File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 60
60
if : matrix.mingwdir != ''
61
61
with :
62
62
msystem : ${{ matrix.mingwdir }}
63
+ install : gcc
63
64
- name : Set PATH
64
65
run : |
65
66
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
@@ -194,6 +195,7 @@ jobs:
194
195
if : matrix.mingwdir != ''
195
196
with :
196
197
msystem : ${{ matrix.mingwdir }}
198
+ install : gcc
197
199
- name : Set PATH
198
200
run : |
199
201
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
@@ -332,6 +334,7 @@ jobs:
332
334
if : matrix.mingwdir != ''
333
335
with :
334
336
msystem : ${{ matrix.mingwdir }}
337
+ install : gcc
335
338
- name : Set PATH
336
339
run : |
337
340
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ jobs: # skip-master skip-pr skip-stable
52
52
if : matrix.mingwdir != ''
53
53
with :
54
54
msystem : ${{ matrix.mingwdir }}
55
+ install : gcc
55
56
- name : Set PATH
56
57
run : |
57
58
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