Skip to content

Commit

Permalink
🐛 [CI/CD] Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sabjohnso committed Oct 30, 2024
1 parent 6c19761 commit 406f88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
lisp: [sbcl]
lisp: [sbcl-bin]
os: [ubuntu-latest]
fail-fast: true
steps:
Expand All @@ -21,7 +21,7 @@ jobs:
run: sudo apt-get update

- name: Install SBCL
if: ${{matrix.lisp == "sbcl"}}
if: ${{matrix.lisp == 'sbcl-bin'}}
shell: bash
run: sudo apt-get install sbcl

Expand Down

0 comments on commit 406f88a

Please sign in to comment.