You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/CI-mingw.yml
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ jobs:
14
14
build_mingw:
15
15
strategy:
16
16
matrix:
17
-
os: [windows-2019] # fails to download with "windows-2022"
17
+
os: [windows-2019, windows-2022]
18
18
arch: [x64] # TODO: fix x86 build?
19
19
fail-fast: false
20
20
@@ -23,11 +23,6 @@ jobs:
23
23
steps:
24
24
- uses: actions/checkout@v2
25
25
26
-
- name: Set up MinGW
27
-
uses: egor-tensin/setup-mingw@v2
28
-
with:
29
-
platform: ${{ matrix.arch }}
30
-
31
26
# 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.
0 commit comments