Continue attempting other builds, even if one fails

This commit is contained in:
Jammyjamjamman 2021-06-20 03:38:01 +01:00
parent d357ff859e
commit 3bf6bffa7d
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ on:
jobs:
build-linux:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-latest]
compiler: [gcc, clang]