Skip to content

Commit

Permalink
test homebrew sbcl on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
oldk1331 committed Jun 5, 2024
1 parent bb1d09c commit 7d73196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
wget https://downloads.sourceforge.net/project/sbcl/sbcl/${SBCL_VER}/sbcl-${SBCL_VER}-${ARCH}-darwin-binary.tar.bz2
tar xvf sbcl-${SBCL_VER}-${ARCH}-darwin-binary.tar.bz2
cd sbcl-${SBCL_VER}-${ARCH}-darwin && sudo ./install.sh
brew install sbcl ##cd sbcl-${SBCL_VER}-${ARCH}-darwin && sudo ./install.sh
- name: configure
run: |
mkdir ../build && cd ../build
Expand Down

0 comments on commit 7d73196

Please sign in to comment.