Skip to content

Commit

Permalink
Fixed exclusion for CLISP.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Feb 28, 2021
1 parent 543ee3d commit 420bc08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
},
{
"os": "ubuntu-latest",
"lisp": "cmucl"
"lisp": "clisp"
},
{
"os": "ubuntu-latest",
Expand Down
2 changes: 1 addition & 1 deletion src/ci.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
;; CLisp on Ubuntu can't be installed because of the error:
;; #<FOREIGN-VARIABLE "rl_readline_state" #x00007FA93E698850> does not have
;; the required size or alignment
(:os "ubuntu-latest" :lisp "cmucl")
(:os "ubuntu-latest" :lisp "clisp")
;; Disabled because Rove does not work on this configuration:
;; https://github.com/fukamachi/rove/issues/47
(:os "ubuntu-latest" :lisp "allegro")
Expand Down

0 comments on commit 420bc08

Please sign in to comment.