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 c32b92aCopy full SHA for c32b92a
.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
+ $env:PATH = ($env:PATH -split ';' | Where-Object { $_ -notmatch '^C:/mingw64/bin' }) -join ';'
85
+ sh ./.github/scripts/bootstrap.sh
0 commit comments