Skip to content

Commit 1dced31

Browse files
committed
ci-fix: pin the mingw version 12.2.0.3042023
Signed-off-by: Wei Fu <[email protected]>
1 parent 02c9520 commit 1dced31

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ jobs:
222222
# builtin MinGW version leads to DLL loading errors during runtime.
223223
- name: Upgrade MinGW on Windows 2019
224224
if: matrix.os == 'windows-2019'
225-
run: choco upgrade mingw
225+
run: |
226+
choco upgrade mingw --version=12.2.0.3042023
226227
227228
- name: Make
228229
run: |
@@ -279,7 +280,8 @@ jobs:
279280
# builtin MinGW version leads to DLL loading errors during runtime.
280281
- name: Upgrade MinGW on Windows 2019
281282
if: matrix.os == 'windows-2019'
282-
run: choco upgrade mingw
283+
run: |
284+
choco upgrade mingw --version=12.2.0.3042023
283285
284286
- name: Binaries
285287
env:

0 commit comments

Comments
 (0)