Skip to content

Commit 055d8a3

Browse files
committed
CI-mingw.yml: removed MinGW setup step since it is pre-installed
1 parent a3a62f2 commit 055d8a3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/CI-mingw.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build_mingw:
1515
strategy:
1616
matrix:
17-
os: [windows-2019] # fails to download with "windows-2022"
17+
os: [windows-2019, windows-2022]
1818
arch: [x64] # TODO: fix x86 build?
1919
fail-fast: false
2020

@@ -23,11 +23,6 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525

26-
- name: Set up MinGW
27-
uses: egor-tensin/setup-mingw@v2
28-
with:
29-
platform: ${{ matrix.arch }}
30-
3126
# MinGW will always link the binaries even if they already exist. The linking is also extremely slow. So just run the "check" target which includes all the binaries.
3227
- name: Build all and run test
3328
run: |

0 commit comments

Comments
 (0)