From e8fac66ce7f289e3d4b9c2fac03eabceedc9c334 Mon Sep 17 00:00:00 2001 From: "Paul M. Rodriguez" Date: Wed, 24 Apr 2024 18:57:25 -0500 Subject: [PATCH] Add clasp-bin to CI --- .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 7ce8bab5..f51c44f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - lisp: [sbcl-bin, ccl-bin/1.12.1, ecl/21.2.1] + lisp: [sbcl-bin, ccl-bin/1.12.1, ecl/21.2.1, clasp-bin] os: [ubuntu-latest, macOS-latest] steps: