From 4ad313650c6d0c1baa3f021c7c2b920c1f631f9a Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Fri, 27 Dec 2024 18:59:16 +0100
Subject: [PATCH] ci: msys2 must inherit environment variables to detect
setup-sdl's environment variables
---
.github/workflows/main.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 439d6cc..ddc21d0 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -35,6 +35,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.platform.msystem }}
+ path-type: inherit
install: >-
${{ matrix.platform.msys-env }}-autotools
${{ matrix.platform.msys-env }}-cmake