File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
- name : Setup dependencies (Linux)
43
43
if : ${{ matrix.os == 'ubuntu' }}
44
44
run : |
45
- sudo apt install -y sbcl ecl libffi-dev
45
+ sudo apt install -y clisp sbcl ecl libffi-dev
46
46
wget http://mr.gy/blog/clozure-cl_1.11_amd64.deb
47
47
sudo dpkg -i clozure-cl_1.11_amd64.deb
48
48
- name : Setup dependencies (MacOS)
Original file line number Diff line number Diff line change 42
42
Slash=/
43
43
ArchiveSuffix=.tar.gz
44
44
BinarySuffix=
45
- All=ccl ecl sbcl
45
+ All=clisp ccl ecl sbcl
46
46
ifeq ($(OSName),freebsd)
47
47
All=ccl ecl sbcl
48
48
else ifeq ($(OSName),openbsd)
@@ -79,7 +79,7 @@ ShenCCL=.$(Slash)bin$(Slash)ccl$(Slash)$(BinaryName)
79
79
ShenECL =.$(Slash ) bin$(Slash ) ecl$(Slash )$(BinaryName )
80
80
ShenSBCL =.$(Slash ) bin$(Slash ) sbcl$(Slash )$(BinaryName )
81
81
82
- RunCLisp =$(ShenCLisp ) --clisp-m 10MB
82
+ RunCLisp =$(ShenCLisp ) --clisp-m 64MB
83
83
RunCCL =$(ShenCCL )
84
84
RunECL =$(ShenECL )
85
85
RunSBCL =$(ShenSBCL )
You can’t perform that action at this time.
0 commit comments