Skip to content

Commit

Permalink
Use plain ccl-bin.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Feb 18, 2024
1 parent f03ea24 commit 4c76d1c
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -20,7 +20,7 @@
"matrix": {
"lisp": [
"sbcl-bin",
"ccl-bin/1.12.0"
"ccl-bin"
]
}
},
Expand Down
4 changes: 3 additions & 1 deletion src/ci.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@
:lisp ("sbcl-bin"
;; Issue https://github.com/roswell/roswell/issues/534
;; is still reproduces on 2023-02-06:
"ccl-bin/1.12.0")
"ccl-bin"
;; "ccl-bin/1.12.0"
)
:coverage t)))

0 comments on commit 4c76d1c

Please sign in to comment.