actions: Do not fail both runs when one fails

This commit is contained in:
Rafał Dzięgiel
2021-08-27 16:07:36 +02:00
parent 10eb5102c1
commit 7cdd905d73
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
arch: [x86_64, aarch64]
fail-fast: false
steps:
- uses: actions/checkout@v2
with:

View File

@@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
arch: [x86_64, aarch64]
fail-fast: false
steps:
- uses: actions/checkout@v2
with: