Skip to content

Commit 4ac299a

Browse files
committed
Remove ccl on ubuntu
1 parent 111a4f3 commit 4ac299a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
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'

0 commit comments

Comments
 (0)