ci: disable fail fast on c-cpp job because of MacOS failures
This commit is contained in:
parent
30e66d1c17
commit
17b82ab5d3
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue