summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 7641f9165b7..dd81de97a90 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -14,6 +14,7 @@ concurrency:
jobs:
msvc:
strategy:
+ fail-fast: false
matrix:
include:
- name: VS2017WChar
@@ -145,6 +146,7 @@ jobs:
mingw:
runs-on: windows-2019
strategy:
+ fail-fast: false
matrix:
compiler: [gcc]
msystem: [MINGW64]