Skip to content

Commit 06c5cb9

Browse files
committed
Verify that Git for Windows' GCC is found first
This is one of the fundamental things we want in this Action; Previously, the compile test succeded for the wrong reason: it found Chocolatey's GCC. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d401662 commit 06c5cb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
run: |
3838
set -x
3939
echo "This is the MSYS2 pseudo root: $(cygpath -aw /)"
40+
test "gcc is /mingw64/bin/gcc" = "$(type gcc)"
4041
printf '%s\n' \
4142
"#include <stdio.h>" \
4243
'' \

0 commit comments

Comments
 (0)