mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 03:20:05 +00:00
Don't fail fast on CI job, allow either platform to run to completion when the other fails
This commit is contained in:
parent
5b39d80d3b
commit
b0af526b49
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -17,6 +17,7 @@ concurrency:
|
|||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- name: win64_msvc2022
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue