We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c9520 commit 1dced31Copy full SHA for 1dced31
1 file changed
.github/workflows/ci.yml
@@ -222,7 +222,8 @@ jobs:
222
# builtin MinGW version leads to DLL loading errors during runtime.
223
- name: Upgrade MinGW on Windows 2019
224
if: matrix.os == 'windows-2019'
225
- run: choco upgrade mingw
+ run: |
226
+ choco upgrade mingw --version=12.2.0.3042023
227
228
- name: Make
229
run: |
@@ -279,7 +280,8 @@ jobs:
279
280
281
282
283
284
285
286
- name: Binaries
287
env:
0 commit comments