From cd811ad7f02283093e6b641199118035c1ace566 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 26 Jan 2021 17:48:24 +0300 Subject: [PATCH] Don't use can-fail: false in matrix. --- .github/workflows/install.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 4c62482..88fba88 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -33,13 +33,10 @@ jobs: quicklisp-dist: - quicklisp - ultralisp - can-fail: - - false include: # 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))) - lisp: abcl - os: maxos-latest can-fail: true # Seems allegro is does not support 64bit OSX. # Unable to install it using Roswell: