Don't use can-fail: false in matrix.
This commit is contained in:
parent
218b499907
commit
cd811ad7f0
1 changed files with 0 additions and 3 deletions
3
.github/workflows/install.yml
vendored
3
.github/workflows/install.yml
vendored
|
@ -33,13 +33,10 @@ jobs:
|
||||||
quicklisp-dist:
|
quicklisp-dist:
|
||||||
- quicklisp
|
- quicklisp
|
||||||
- ultralisp
|
- ultralisp
|
||||||
can-fail:
|
|
||||||
- false
|
|
||||||
include:
|
include:
|
||||||
# Fails because this error on cl-info start:
|
# Fails because this error on cl-info start:
|
||||||
# ill-formed handler binding ((LAMBDA (DEFMAIN/DEFMAIN::C) (DECLARE (IGNORABLE DEFMAIN/DEFMAIN::C)) (UIOP/IMAGE:QUIT 0)))
|
# ill-formed handler binding ((LAMBDA (DEFMAIN/DEFMAIN::C) (DECLARE (IGNORABLE DEFMAIN/DEFMAIN::C)) (UIOP/IMAGE:QUIT 0)))
|
||||||
- lisp: abcl
|
- lisp: abcl
|
||||||
os: maxos-latest
|
|
||||||
can-fail: true
|
can-fail: true
|
||||||
# Seems allegro is does not support 64bit OSX.
|
# Seems allegro is does not support 64bit OSX.
|
||||||
# Unable to install it using Roswell:
|
# Unable to install it using Roswell:
|
||||||
|
|
Loading…
Reference in a new issue