disable fail-fast

This commit is contained in:
Chance 2024-12-01 18:54:26 -05:00 committed by BitSyndicate
parent f1a98dd4ef
commit 5f7841aacb
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 443E4198D6BBA6DE

View file

@ -12,6 +12,7 @@ env:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [x86_64, aarch64]