Skip to content

Commit

Permalink
Debugging Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fardaniqbal committed Nov 4, 2024
1 parent fa8ceb7 commit d399747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
with:
msystem: UCRT64
update: true
install: git mingw-w64-ucrt-x86_64-gcc
install: git mingw-w64-ucrt-x86_64-gcc make
- if: ${{ runner.os == 'Windows' }}
#shell: powershell
#run: choco install make
run: |
yes | (pacman -S make || pacman -S make)
#yes | (pacman -S make || pacman -S make)
for i in $(echo $PATH | tr : \\n); do
echo "i = $i"
find "$i" -name '*make*' || true
Expand Down

0 comments on commit d399747

Please sign in to comment.