Skip to content

Commit

Permalink
ci: msys2 must inherit environment variables to detect setup-sdl's en…
Browse files Browse the repository at this point in the history
…vironment variables
  • Loading branch information
madebr committed Dec 27, 2024
1 parent bd0a1fb commit 4ad3136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ad3136

Please sign in to comment.