Skip to content

Commit

Permalink
fix bug in mingw action egor-tensin/setup-mingw#17 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
roffidaijoubu committed Dec 16, 2024
1 parent a64d551 commit 17fa8f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:

- name: Set up MinGW
continue-on-error: true
uses: egor-tensin/setup-mingw@v2
uses: egor-tensin/setup-mingw@v2.2.0
with:
version: 12.2.0
platform: x64

- name: Install Dependencies
Expand Down

0 comments on commit 17fa8f7

Please sign in to comment.