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 96cc545
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ 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:
- uses: actions/checkout@v1
- name: Install libllvm
run: |
sudo apt update --error-on=any && sudo apt install -y libllvm13
- name: Install Roswell
env:
LISP: ${{ matrix.lisp }}
Expand Down

0 comments on commit 96cc545

Please sign in to comment.