Skip to content

Commit

Permalink
Disable github actions matrix fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
james58899 committed Mar 19, 2024
1 parent 1879ecf commit 755b471
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 @@ -28,6 +28,7 @@ jobs:
runs-on: ubuntu-20.04
if: inputs.skip-linux != true
strategy:
fail-fast: false
matrix:
target: ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "armv7-unknown-linux-gnueabihf"]
steps:
Expand Down

0 comments on commit 755b471

Please sign in to comment.