We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3da02 commit 9c1c8b2Copy full SHA for 9c1c8b2
.github/workflows/bootstrap.yaml
@@ -80,4 +80,6 @@ jobs:
80
install-dir: 'c:\cygwin64'
81
82
- name: Run bootstrap
83
- run: sh ./.github/scripts/bootstrap.sh
+ run: |
84
+ export PATH=$(echo "$PATH" | sed 's/\/cygdrive\/c\/mingw64\/bin//')
85
+ sh ./.github/scripts/bootstrap.sh
0 commit comments