Added shell-bash.
This commit is contained in:
parent
dbe74c698a
commit
0bdb9295a7
1 changed files with 6 additions and 4 deletions
10
.github/actions/setup/action.yml
vendored
10
.github/actions/setup/action.yml
vendored
|
@ -5,10 +5,10 @@ inputs:
|
||||||
description: 'Jinja template for qlfile'
|
description: 'Jinja template for qlfile'
|
||||||
required: false
|
required: false
|
||||||
default: 'no temlplate'
|
default: 'no temlplate'
|
||||||
lisp-system:
|
# lisp-system:
|
||||||
description: 'ASDF system to install and test'
|
# description: 'ASDF system to install and test'
|
||||||
required: false
|
# required: false
|
||||||
default: ''
|
# default: ''
|
||||||
run-tests:
|
run-tests:
|
||||||
description: A command to run tests
|
description: A command to run tests
|
||||||
required: false
|
required: false
|
||||||
|
@ -59,6 +59,7 @@ runs:
|
||||||
fi
|
fi
|
||||||
qlot install
|
qlot install
|
||||||
- name: Install System
|
- name: Install System
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then
|
if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then
|
||||||
qlot exec ros install 40ants/defmain
|
qlot exec ros install 40ants/defmain
|
||||||
|
@ -66,6 +67,7 @@ runs:
|
||||||
|
|
||||||
qlot exec ros install cl-info
|
qlot exec ros install cl-info
|
||||||
- name: Install System
|
- name: Install System
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then
|
if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then
|
||||||
qlot exec ros install 40ants/defmain
|
qlot exec ros install 40ants/defmain
|
||||||
|
|
Loading…
Reference in a new issue