Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Nov 5, 2024
1 parent 582e0e1 commit 3a8f79d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Prepare APT
run: |
apt-get update
- name: Setup SBCL
uses: cheeze2000/setup-sbcl@main
with:
version: ${{ env.LISP_VER }}
run: apt-get install sbcl=${{ env.LISP_VER }}

- name: Install Quicklisp
run: |
Expand Down

0 comments on commit 3a8f79d

Please sign in to comment.