Skip to content

Commit

Permalink
Try using sbcl_librarian.core
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 3, 2024
1 parent 95f779c commit 52d423a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: sbcl
- name: install host sbcl
run: brew install sbcl
- name: build
- name: build sbcl
working-directory: ../sbcl
env:
SBCL_MAKE_TARGET_2_OPTIONS: --disable-ldb --disable-debugger
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
CL_SOURCE_REGISTRY: "${{ github.workspace }}//"
run: |
source ~/.bash_profile
$SBCL_SRC/run-sbcl.sh --load script.lisp --quit
$SBCL_SRC/run-sbcl.sh --core $CONDA_PREFIX/lib/sbcl_librarian.core --load script.lisp --quit
pushd libcalc
mkdir build
pushd build
Expand Down

0 comments on commit 52d423a

Please sign in to comment.