Skip to content

Commit

Permalink
Fix i686-pc-windows-gnu target build (#479)
Browse files Browse the repository at this point in the history
* Update release.yml

* Update release.yml
  • Loading branch information
maddsua authored Feb 20, 2024
1 parent 559d5c6 commit 1dad2e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
name: Build Release Assets
needs: ["create-release"]
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -86,7 +85,7 @@ jobs:
os: windows-latest

- target: i686-pc-windows-gnu
os: windows-latest
os: ubuntu-latest
use-cross: true

steps:
Expand Down

0 comments on commit 1dad2e9

Please sign in to comment.