Skip to content

Commit

Permalink
Fix a mingw error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Nov 14, 2023
1 parent 9086597 commit d8ac984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ jobs:
if: ${{ contains(matrix.toolchain, 'stable-i686-gnu') }}
with:
platform: x86
version: 12.2.0
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{matrix.toolchain}}
Expand Down Expand Up @@ -277,6 +278,7 @@ jobs:
if: ${{ contains(matrix.toolchain, 'stable-i686-gnu') }}
with:
platform: x86
version: 12.2.0
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{matrix.toolchain}}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ jobs:
if: ${{ contains(matrix.toolchain, 'stable-i686-gnu') }}
with:
platform: x86
version: 12.2.0
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{matrix.toolchain}}
Expand Down

0 comments on commit d8ac984

Please sign in to comment.