Skip to content

Commit

Permalink
ci: disable fail fast on c-cpp job because of MacOS failures
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghead committed Jul 5, 2023
1 parent 30e66d1 commit 17b82ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
CCACHE_DIR: ${{ github.workspace }}/.ccache

strategy:
fail-fast: false
matrix:
config:
- {name: i686-pc-windows-msvc, os: windows-latest, shell: cmd, arch: x86, cmakeArgs: -G Ninja, buildType: Release}
Expand Down

0 comments on commit 17b82ab

Please sign in to comment.