summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-07-23 12:34:40 +0200
committersfan5 <sfan5@live.de>2023-07-25 11:34:59 +0200
commit0e0b396af4dcf739636995e7ece298597c219d2e (patch)
tree6f5290b02ddff23db65fa16ac516a8b87885e512 /.github
parentd521ba38d132798e0d05cee2609b4c1c3aed9962 (diff)
downloadmpv-0e0b396af4dcf739636995e7ece298597c219d2e.tar.bz2
mpv-0e0b396af4dcf739636995e7ece298597c219d2e.tar.xz
ci/mingw: disable fail-fast
Those builds should be evaluated separately, no need to fail other one.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f7659d9a4c..4a598241fd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,6 +13,7 @@ jobs:
mingw:
runs-on: ubuntu-22.04
strategy:
+ fail-fast: false
matrix:
target: [i686-w64-mingw32, x86_64-w64-mingw32]
steps: