File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 66
66
run : |
67
67
echo "C:\msys64\usr\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
68
68
echo "C:\msys64\${{ matrix.mingwdir }}\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
69
+ where x86_64-w64-mingw32-gcc
70
+ where i686-w64-mingw32-gcc
69
71
- name : Set PATH
70
72
run : |
71
73
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
@@ -206,6 +208,8 @@ jobs:
206
208
run : |
207
209
echo "C:\msys64\usr\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
208
210
echo "C:\msys64\${{ matrix.mingwdir }}\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
211
+ where x86_64-w64-mingw32-gcc
212
+ where i686-w64-mingw32-gcc
209
213
- name : Set PATH
210
214
run : |
211
215
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
@@ -350,6 +354,8 @@ jobs:
350
354
run : |
351
355
echo "C:\msys64\usr\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
352
356
echo "C:\msys64\${{ matrix.mingwdir }}\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
357
+ where x86_64-w64-mingw32-gcc
358
+ where i686-w64-mingw32-gcc
353
359
- name : Set PATH
354
360
run : |
355
361
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ jobs: # skip-master skip-pr skip-stable
58
58
run : |
59
59
echo "C:\msys64\usr\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
60
60
echo "C:\msys64\${{ matrix.mingwdir }}\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
61
+ where x86_64-w64-mingw32-gcc
62
+ where i686-w64-mingw32-gcc
61
63
- name : Set PATH
62
64
run : |
63
65
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
You can’t perform that action at this time.
0 commit comments