From 7febb0a6ff21fc44d10f5f2761bf40f60b2eb4b1 Mon Sep 17 00:00:00 2001 From: Hugo Sansaqua Date: Sun, 22 Oct 2023 20:36:14 +0900 Subject: [PATCH] Drop ccl-bin because there's a roswell problem --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51afbe7..09c9c48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: needs: prepare strategy: matrix: - lisp: [sbcl-bin, ccl-bin] + lisp: [sbcl-bin] steps: - uses: actions/checkout@v2