We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3da02 commit 6eef5f9Copy full SHA for 6eef5f9
1 file changed
.github/workflows/bootstrap.yaml
@@ -68,6 +68,9 @@ jobs:
68
ARCH: 64
69
JSON_VERSION: "0.0.7"
70
steps:
71
+ - name: Remove mingw64 from PATH
72
+ run: set "PATH=%PATH:C:\mingw64\bin;=%"
73
+
74
- run: git config --global core.autocrlf input
75
- name: Checkout code
76
uses: actions/checkout@v3
0 commit comments