From f9d73c8539474d870262195df36215e75c1429ac Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Wed, 6 Nov 2024 01:48:19 +0800 Subject: [PATCH] ci: Don't specify SBCL version --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fdee9e..b037df4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,6 @@ concurrency: env: VERSION: 0.1.0 - LISP_VER: 2.4.9 REPO_BIN: 'cl-qob/binaries' jobs: @@ -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: | @@ -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