From 4883b8e9f8878797b423773fcde5ea1c29175f35 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 3 Feb 2021 18:32:22 +0300 Subject: [PATCH] Use sbcl-bin in scripts. --- .github/actions/run-tests/run-tests.ros | 2 +- .github/actions/run-tests/templater.ros | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)