Skip to content

Commit

Permalink
Disable fail-fast on windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
james58899 committed Nov 18, 2024
1 parent 6c74d5a commit e6d4358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
runs-on: windows-latest
if: inputs.skip-windows != true
strategy:
fail-fast: false
matrix:
target: ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc"]
steps:
Expand Down

0 comments on commit e6d4358

Please sign in to comment.