Skip to content

Commit c32b92a

Browse files
committed
remove ming64
1 parent da3da02 commit c32b92a

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

0 commit comments

Comments
 (0)