Skip to content

Commit 601d50b

Browse files
committed
Use clasp nightly
1 parent 43b51a3 commit 601d50b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ jobs:
5252
sudo apt-get update
5353
sudo apt-get install -y ecl libzmq3-dev libzmq3-dev:i386 sbcl
5454
curl -L https://github.com/yitzchak/mpr/releases/download/ccl_1.12.1-1/ccl_1.12.1-1_amd64_ubuntu_focal.deb --output ccl.deb
55-
curl -L https://github.com/yitzchak/mpr/releases/download/llvm13_13.r5140.g972b6a3a3471-1/llvm13_13.r5140.g972b6a3a3471-1_amd64_ubuntu_focal.deb --output llvm13.deb
56-
curl -L https://github.com/yitzchak/mpr/releases/download/clasp-cl-git_0.4.2.r4473.g7ba57bd76-1/clasp-cl-git_0.4.2.r4473.g7ba57bd76-1_amd64_ubuntu_focal.deb --output clasp-cl-git.deb
57-
sudo apt-get install -y ./ccl.deb ./llvm13.deb ./clasp-cl-git.deb
55+
sudo apt-get install -y ./ccl.deb
56+
sudo bash -c "$(curl -fsSL https://www.thirdlaw.tech/pkg/clasp.sh)"
5857
5958
- name: Install MacOS dependencies
6059
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)