File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 5151 sudo dpkg --add-architecture i386
5252 sudo apt-get update
5353 sudo apt-get install -y ecl libzmq3-dev libzmq3-dev:i386 sbcl
54- 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- sudo apt-get install -y ./ccl.deb
5654 sudo bash -c "$(curl -fsSL https://www.thirdlaw.tech/pkg/clasp.sh)"
5755
5856 - name : Install MacOS dependencies
@@ -94,10 +92,10 @@ jobs:
9492 run : |
9593 ccl64 --batch --load scripts/usr-install.lisp
9694
97- - name : Install CCL kernel on Ubuntu
98- if : matrix.os == 'ubuntu-22.04'
99- run : |
100- ccl --batch --load scripts/usr-install.lisp
95+ # - name: Install CCL kernel on Ubuntu
96+ # if: matrix.os == 'ubuntu-22.04'
97+ # run: |
98+ # ccl --batch --load scripts/usr-install.lisp
10199
102100 - name : Install CLASP kernel
103101 if : matrix.os == 'ubuntu-22.04'
You can’t perform that action at this time.
0 commit comments