We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82fe9b commit 5ef6bcbCopy full SHA for 5ef6bcb
.github/workflows/build.yaml
@@ -7,6 +7,8 @@ jobs:
7
release:
8
runs-on: windows-latest
9
steps:
10
+ - name: Downgrade mingw to 11.2.0
11
+ run: choco install mingw --version 11.2.0 --allow-downgrade
12
- name: Checkout
13
uses: actions/checkout@v3
14
with:
0 commit comments