summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2021-12-24 13:00:29 +0200
committerOleg Oshmyan <chortos@inbox.lv>2021-12-24 13:00:29 +0200
commitfbe6b10aabfffccb851388e89f34ddca5bf01fa7 (patch)
treebd8e6b53a6e208183b519d7095455ab27cb8022e
parent5a528172d92b6ee380ba48d8688fb04f0698e5e3 (diff)
downloadlibass-fbe6b10aabfffccb851388e89f34ddca5bf01fa7.tar.bz2
libass-fbe6b10aabfffccb851388e89f34ddca5bf01fa7.tar.xz
ci/gha: don't cancel build if one job fails
-rw-r--r--.github/workflows/ghci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ghci.yml b/.github/workflows/ghci.yml
index 36cafe6..d6cf777 100644
--- a/.github/workflows/ghci.yml
+++ b/.github/workflows/ghci.yml
@@ -11,6 +11,7 @@ jobs:
name: build(${{ matrix.msystem || matrix.docker_image || matrix.os }},
${{ matrix.cc }}${{ matrix.api && ', ' }}${{ matrix.api }})
strategy:
+ fail-fast: false
matrix:
os: [ubuntu-latest, macos-10.15]
cc: [gcc, clang]