From 0bdb9295a78419ed70f9587e00da8db5c029ff2f Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 2 Feb 2021 10:24:39 +0300 Subject: [PATCH] Added shell-bash. --- .github/actions/setup/action.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 6700877..adb7da3 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -5,10 +5,10 @@ inputs: description: 'Jinja template for qlfile' required: false default: 'no temlplate' - lisp-system: - description: 'ASDF system to install and test' - required: false - default: '' + # lisp-system: + # description: 'ASDF system to install and test' + # required: false + # default: '' run-tests: description: A command to run tests required: false @@ -59,6 +59,7 @@ runs: fi qlot install - name: Install System + shell: bash run: | if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then qlot exec ros install 40ants/defmain @@ -66,6 +67,7 @@ runs: qlot exec ros install cl-info - name: Install System + shell: bash run: | if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then qlot exec ros install 40ants/defmain