Skip to content

Commit

Permalink
try roswell built sbcl
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Jan 16, 2024
1 parent c1162aa commit 6341bdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
- uses: actions/checkout@v3
- name: build
run: |
brew install sbcl
tar xf sbcl-2.4.0-x86-64-darwin-binary.tar.bz2
cd sbcl-2.4.0-x86-64-darwin
sh install.sh
cd ..
make sbcl
make all archive
- name: upload artifacts
Expand Down

0 comments on commit 6341bdb

Please sign in to comment.