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 a63b58e commit fa2cf8a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
run: |
set "PATH=C:\msys64\MINGW64\bin;C:\msys64\usr\bin;%PATH%"
echo %PATH%
sh -lxc "which sh"
sh -lxc "echo $SHELL"
sh -lxc "echo $PATH"
#sh -lc "pacman -S --noconfirm make diffutils patch mingw-w64-x86_64-gcc"
pacman -Q
:: sh -lc "pacman -S --noconfirm make diffutils patch mingw-w64-x86_64-gcc"
- name: Building
run: sh build.sh
Expand Down

0 comments on commit fa2cf8a

Please sign in to comment.