Skip to content

Commit

Permalink
CI: Disable fail-fast strategy for Linux cross compile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Oct 14, 2023
1 parent a5dee1c commit af7e5c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/LinuxCrossCompileTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
linux-cross:
runs-on: ubuntu-latest
strategy:
# Continue running other jobs in the matrix even if one fails.
fail-fast: false
matrix:
platform:
- target: aarch64-unknown-linux-musl
Expand Down

0 comments on commit af7e5c3

Please sign in to comment.