mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
GitHub actions: Don't cancel jobs if one failed
This commit is contained in:
parent
dde88bbd77
commit
5a1215d922
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
@ -6,6 +6,7 @@ jobs:
|
|||
build-cmake:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-16.04]
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue