Skip to content

Commit 6eef5f9

Browse files
committed
remove ming64
1 parent da3da02 commit 6eef5f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bootstrap.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
ARCH: 64
6969
JSON_VERSION: "0.0.7"
7070
steps:
71+
- name: Remove mingw64 from PATH
72+
run: set "PATH=%PATH:C:\mingw64\bin;=%"
73+
7174
- run: git config --global core.autocrlf input
7275
- name: Checkout code
7376
uses: actions/checkout@v3

0 commit comments

Comments
 (0)