Skip to content

Commit

Permalink
Merge pull request #96 from MilkeeyCat/foo
Browse files Browse the repository at this point in the history
ci: use `fail-fast: false`
  • Loading branch information
furo321 authored Mar 22, 2024
2 parents 27b3f2d + de1d2d8 commit 76acb6f
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 76acb6f

Please sign in to comment.