Skip to content

Commit b672624

Browse files
committed
fixup! ci(windows/gnu): install mingw via msys2/setup-msys2
1 parent d725a0f commit b672624

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
if: matrix.mingwdir != ''
6161
with:
6262
msystem: ${{ matrix.mingwdir }}
63+
install: gcc
6364
- name: Set PATH
6465
run: |
6566
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
@@ -194,6 +195,7 @@ jobs:
194195
if: matrix.mingwdir != ''
195196
with:
196197
msystem: ${{ matrix.mingwdir }}
198+
install: gcc
197199
- name: Set PATH
198200
run: |
199201
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
@@ -332,6 +334,7 @@ jobs:
332334
if: matrix.mingwdir != ''
333335
with:
334336
msystem: ${{ matrix.mingwdir }}
337+
install: gcc
335338
- name: Set PATH
336339
run: |
337340
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8

ci/actions-templates/windows-builds-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs: # skip-master skip-pr skip-stable
5252
if: matrix.mingwdir != ''
5353
with:
5454
msystem: ${{ matrix.mingwdir }}
55+
install: gcc
5556
- name: Set PATH
5657
run: |
5758
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8

0 commit comments

Comments
 (0)