summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-11-09 08:18:11 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-11-09 08:18:11 +0100
commit27f79e3e2148305809a1792fee4161782717b42b (patch)
tree500bf61ca1aa97f4b51bebe0d55fe1080313de71 /.github
parentcdf4e7e044a258dbe9da7ee359f9ddf885d9c755 (diff)
downloadMPC-27f79e3e2148305809a1792fee4161782717b42b.tar.gz
Disable fail-fast on windows
* .github/workflows/windows.yml:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 764bcf8a..49046c93 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -14,6 +14,7 @@ concurrency:
jobs:
build:
strategy:
+ fail-fast: false
matrix:
include:
- name: VS2017Debug64