Skip to content

Commit

Permalink
Add clasp-bin to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ruricolist committed Apr 24, 2024
1 parent 861bfcd commit e8fac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit e8fac66

Please sign in to comment.