Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 28, 2024
1 parent 2bb2fe5 commit d46910d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: 40ants/setup-lisp@master
- name: Setup SBCL
uses: cheeze2000/setup-sbcl@master
with:
asdf-system: cl-info
version: 2.4.2

- name: Run tests
run: |
${{ env.LISP }} --script ./test/test.lisp
sbcl --script ./test/test.lisp

0 comments on commit d46910d

Please sign in to comment.