Use sbcl-bin in scripts.
This commit is contained in:
parent
397ab7e6c7
commit
4883b8e9f8
2 changed files with 2 additions and 2 deletions
2
.github/actions/run-tests/run-tests.ros
vendored
2
.github/actions/run-tests/run-tests.ros
vendored
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#|-*- mode:lisp -*-|#
|
||||
#|
|
||||
exec ros -Q -- $0 "$@"
|
||||
exec ros -Q -L sbcl-bin -- $0 "$@"
|
||||
|#
|
||||
(progn ;;init forms
|
||||
(ros:ensure-asdf)
|
||||
|
|
2
.github/actions/run-tests/templater.ros
vendored
2
.github/actions/run-tests/templater.ros
vendored
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#|-*- mode:lisp -*-|#
|
||||
#|
|
||||
exec ros -Q -- $0 "$@"
|
||||
exec ros -Q -L sbcl-bin -- $0 "$@"
|
||||
|#
|
||||
(progn
|
||||
(ros:ensure-asdf)
|
||||
|
|
Loading…
Reference in a new issue