Fixed indentation.
This commit is contained in:
parent
4acf3b1791
commit
dbe74c698a
1 changed files with 13 additions and 13 deletions
26
.github/actions/setup/action.yml
vendored
26
.github/actions/setup/action.yml
vendored
|
@ -4,7 +4,7 @@ inputs:
|
|||
qlfile-template:
|
||||
description: 'Jinja template for qlfile'
|
||||
required: false
|
||||
default: 'no temlplate'
|
||||
default: 'no temlplate'
|
||||
lisp-system:
|
||||
description: 'ASDF system to install and test'
|
||||
required: false
|
||||
|
@ -58,17 +58,17 @@ runs:
|
|||
fi
|
||||
fi
|
||||
qlot install
|
||||
- name: Install System
|
||||
run: |
|
||||
if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then
|
||||
qlot exec ros install 40ants/defmain
|
||||
fi
|
||||
- name: Install System
|
||||
run: |
|
||||
if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then
|
||||
qlot exec ros install 40ants/defmain
|
||||
fi
|
||||
|
||||
qlot exec ros install cl-info
|
||||
- name: Install System
|
||||
run: |
|
||||
if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then
|
||||
qlot exec ros install 40ants/defmain
|
||||
fi
|
||||
qlot exec ros install cl-info
|
||||
- name: Install System
|
||||
run: |
|
||||
if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then
|
||||
qlot exec ros install 40ants/defmain
|
||||
fi
|
||||
|
||||
qlot exec ros install cl-info
|
||||
qlot exec ros install cl-info
|
||||
|
|
Loading…
Reference in a new issue