ci-fix: pin the mingw version 12.2.0.3042023

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu 2023-10-02 20:48:09 +08:00
parent 02c9520d38
commit 1dced31c36

View File

@ -222,7 +222,8 @@ jobs:
# builtin MinGW version leads to DLL loading errors during runtime.
- name: Upgrade MinGW on Windows 2019
if: matrix.os == 'windows-2019'
run: choco upgrade mingw
run: |
choco upgrade mingw --version=12.2.0.3042023
- name: Make
run: |
@ -279,7 +280,8 @@ jobs:
# builtin MinGW version leads to DLL loading errors during runtime.
- name: Upgrade MinGW on Windows 2019
if: matrix.os == 'windows-2019'
run: choco upgrade mingw
run: |
choco upgrade mingw --version=12.2.0.3042023
- name: Binaries
env: