Skip to content

Commit

Permalink
Print path and list mingw folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Clauss committed Mar 8, 2024
1 parent cd598df commit 6ed1c79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Checkmake
shell: bash
run: |
echo $PATH
echo %PATH%
ls /c/mingw64/bin/
which make
- name: Build binary
run: bash tool/${{ matrix.script }}

0 comments on commit 6ed1c79

Please sign in to comment.