Skip to content

Commit

Permalink
ci: use fail-fast: false
Browse files Browse the repository at this point in the history
  • Loading branch information
MilkeeyCat committed Mar 7, 2024
1 parent 42878d0 commit 3f59736
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build-cmake:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-20.04]
include:
Expand Down Expand Up @@ -108,6 +109,7 @@ jobs:
build-bam:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]

Expand Down

0 comments on commit 3f59736

Please sign in to comment.