Skip to content

Commit 59dcfa3

Browse files
committed
pacman's installed gcc isn't on PATH?
1 parent a64836a commit 59dcfa3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-lazypg.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ jobs:
210210
working-directory: pljava
211211
shell: C:\shells\msys2bash.cmd {0}
212212
run: |
213+
echo "PATH: $PATH"
214+
[[ -e 'c:\msys64\mingw64\bin\gcc' ]] && echo 'Found gcc'
215+
exit 1
213216
"$M2"/mvn clean install --batch-mode \
214217
-Dpgsql.pgconfig="$PGCONFIG" \
215218
-Psaxon-examples -Ppgjdbc \

0 commit comments

Comments
 (0)