File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments