Skip to content

Commit

Permalink
ci: Don't specify SBCL version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 5, 2024
1 parent adc4193 commit f9d73c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ concurrency:

env:
VERSION: 0.1.0
LISP_VER: 2.4.9
REPO_BIN: 'cl-qob/binaries'

jobs:
Expand Down Expand Up @@ -147,7 +146,7 @@ jobs:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: Setup SBCL
run: brew install sbcl@${{ env.LISP_VER }}
run: brew install sbcl

- name: Install Quicklisp
run: |
Expand Down Expand Up @@ -243,7 +242,7 @@ jobs:
- name: Setup SBCL
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install sbcl --version=${{ env.LISP_VER }}
args: install sbcl

- name: Install Zip
uses: crazy-max/ghaction-chocolatey@v3
Expand Down

0 comments on commit f9d73c8

Please sign in to comment.