mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
fail-fast false on linux.
This commit is contained in:
parent
d34deabb96
commit
356b891093
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
|
@ -8,6 +8,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- lisp: sbcl-bin/2.0.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue