Skip to content

Commit 8b2568c

Browse files
committed
Will this PATH get transformed correctly?
1 parent 6252d8c commit 8b2568c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-lazypg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
working-directory: pljava
211211
shell: C:\shells\msys2bash.cmd {0}
212212
run: |
213-
PATH='c:\msys64\mingw64\bin:'"$PATH"
213+
PATH='/c/msys64/mingw64/bin:'"$PATH"
214214
"$M2"/mvn clean install --batch-mode \
215215
-Dpgsql.pgconfig="$PGCONFIG" \
216216
-Psaxon-examples -Ppgjdbc \

0 commit comments

Comments
 (0)