Skip to content

Commit

Permalink
fix releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
syntastical committed Oct 20, 2023
1 parent f82fe9b commit 5ef6bcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
release:
runs-on: windows-latest
steps:
- name: Downgrade mingw to 11.2.0
run: choco install mingw --version 11.2.0 --allow-downgrade
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 5ef6bcb

Please sign in to comment.