Skip to content

Commit 5ef6bcb

Browse files
committed
fix releaser
1 parent f82fe9b commit 5ef6bcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
release:
88
runs-on: windows-latest
99
steps:
10+
- name: Downgrade mingw to 11.2.0
11+
run: choco install mingw --version 11.2.0 --allow-downgrade
1012
- name: Checkout
1113
uses: actions/checkout@v3
1214
with:

0 commit comments

Comments
 (0)