[GitHub Actions] Disable fail-fast
This commit is contained in:
parent
5afe3a8ae2
commit
c6cc8ccefa
|
@ -34,6 +34,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
cpu_arch: [AVX, AVX2, AVX512]
|
cpu_arch: [AVX, AVX2, AVX512]
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue