mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
ci: Fail fast on error
This commit is contained in:
parent
98a146c108
commit
7be1929985
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
|||
windows:
|
||||
name: "Windows 64-bit"
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
runner: [ windows-2019 ]
|
||||
include:
|
||||
|
@ -89,6 +90,7 @@ jobs:
|
|||
ubuntu:
|
||||
name: "Ubuntu 64-bit"
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
ubuntu: [ bionic, focal ]
|
||||
compiler: [ gcc, clang ]
|
||||
|
|
Loading…
Reference in a new issue