[gh-actions] Do not stop all builds if one of them fails

This commit is contained in:
Nils Wentzell 2020-10-30 14:40:39 -04:00
parent 76cb6414f6
commit 8870ca8adf
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ jobs:
build:
strategy:
fail-fast: false
matrix:
include:
- {os: ubuntu-20.04, cc: gcc-10, cxx: g++-10}