ci-fix: pin the mingw version 12.2.0.3042023
Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
parent
02c9520d38
commit
1dced31c36
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -222,7 +222,8 @@ jobs:
|
|||||||
# builtin MinGW version leads to DLL loading errors during runtime.
|
# builtin MinGW version leads to DLL loading errors during runtime.
|
||||||
- name: Upgrade MinGW on Windows 2019
|
- name: Upgrade MinGW on Windows 2019
|
||||||
if: matrix.os == 'windows-2019'
|
if: matrix.os == 'windows-2019'
|
||||||
run: choco upgrade mingw
|
run: |
|
||||||
|
choco upgrade mingw --version=12.2.0.3042023
|
||||||
|
|
||||||
- name: Make
|
- name: Make
|
||||||
run: |
|
run: |
|
||||||
@ -279,7 +280,8 @@ jobs:
|
|||||||
# builtin MinGW version leads to DLL loading errors during runtime.
|
# builtin MinGW version leads to DLL loading errors during runtime.
|
||||||
- name: Upgrade MinGW on Windows 2019
|
- name: Upgrade MinGW on Windows 2019
|
||||||
if: matrix.os == 'windows-2019'
|
if: matrix.os == 'windows-2019'
|
||||||
run: choco upgrade mingw
|
run: |
|
||||||
|
choco upgrade mingw --version=12.2.0.3042023
|
||||||
|
|
||||||
- name: Binaries
|
- name: Binaries
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user