Skip to content

Commit 9c1c8b2

Browse files
committed
remove ming64
1 parent da3da02 commit 9c1c8b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bootstrap.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,6 @@ jobs:
8080
install-dir: 'c:\cygwin64'
8181

8282
- name: Run bootstrap
83-
run: sh ./.github/scripts/bootstrap.sh
83+
run: |
84+
export PATH=$(echo "$PATH" | sed 's/\/cygdrive\/c\/mingw64\/bin//')
85+
sh ./.github/scripts/bootstrap.sh

0 commit comments

Comments
 (0)