Skip to content

Commit 9b94103

Browse files
committed
So prepend to PATH?
1 parent 59dcfa3 commit 9b94103

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci-lazypg.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,7 @@ 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
213+
PATH='c:\msys64\mingw64\bin:'"$PATH"
216214
"$M2"/mvn clean install --batch-mode \
217215
-Dpgsql.pgconfig="$PGCONFIG" \
218216
-Psaxon-examples -Ppgjdbc \

0 commit comments

Comments
 (0)