Skip to content

Commit

Permalink
Install sbcl_librarian package
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Oct 11, 2024
1 parent 79dd591 commit f7cb512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
DYLD_LIBRARY_PATH: ${{ github.workspace }}/../sbcl/src/runtime:.
CL_SOURCE_REGISTRY: "${{ github.workspace }}//"
run: |
conda install -c ${{ github.workspace }}/conda-bld/ sbcl-librarian
$SBCL_SRC/run-sbcl.sh --load script.lisp --quit
gcc -Wall -fPIC -shared -o libcalc.dylib libcalc.c -lsbcl -I../../lib
gcc -Wall -o example example.c -lcalc -lsbcl -I../../lib
Expand Down

0 comments on commit f7cb512

Please sign in to comment.