ci: disable fail fast on c-cpp job because of MacOS failures

This commit is contained in:
Flyinghead 2023-07-05 10:59:12 +02:00
parent 30e66d1c17
commit 17b82ab5d3
1 changed files with 1 additions and 0 deletions

View File

@ -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}