mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
try fix test ci. sbcl/1.4.0 -> sbcl/2.4.0
This commit is contained in:
parent
d6b5e2ad0e
commit
d6d4a761f1
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- ecl
|
||||
- clisp
|
||||
- ccl-bin
|
||||
- sbcl/1.4.0
|
||||
- sbcl/2.4.0
|
||||
- ccl32
|
||||
experimental: [false]
|
||||
exclude:
|
||||
|
|
|
|||
|
|
@ -227,6 +227,9 @@ install_lisp_dependency () {
|
|||
apt_unless_installed gcc-multilib
|
||||
ros config set ccl.bit 32
|
||||
;;
|
||||
sbcl/*)
|
||||
apt_unless_installed libzstd-dev
|
||||
;;
|
||||
# 'sbcl-bin' is the default
|
||||
"")
|
||||
USE_LISP=sbcl-bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue