Skip to content

Commit

Permalink
Update GHA.Windows: debug msys env
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler authored Jun 14, 2024
1 parent 7c4139b commit f90de59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
if: startsWith(${{ matrix.os }}, 'windows')
run: |
set "PATH=C:\msys64\MINGW64\bin;C:\msys64\usr\bin;%PATH%"
echo %PATH%
echo $PATH
echo $SHELL
sh -lc "which sh"
#sh -lc "pacman -S --noconfirm make diffutils patch mingw-w64-x86_64-gcc"
Expand Down

0 comments on commit f90de59

Please sign in to comment.