diff --git a/.github/actions/run-tests/run-tests.ros b/.github/actions/run-tests/run-tests.ros index ace09f7..d1e91ab 100755 --- a/.github/actions/run-tests/run-tests.ros +++ b/.github/actions/run-tests/run-tests.ros @@ -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) diff --git a/.github/actions/run-tests/templater.ros b/.github/actions/run-tests/templater.ros index 37d46a0..731d706 100755 --- a/.github/actions/run-tests/templater.ros +++ b/.github/actions/run-tests/templater.ros @@ -1,7 +1,7 @@ #!/bin/sh #|-*- mode:lisp -*-|# #| -exec ros -Q -- $0 "$@" +exec ros -Q -L sbcl-bin -- $0 "$@" |# (progn (ros:ensure-asdf)