Fixed setup-lisp step.
This commit is contained in:
parent
6e528369a4
commit
2d479032c8
1 changed files with 5 additions and 2 deletions
7
.github/actions/setup-lisp/action.yml
vendored
7
.github/actions/setup-lisp/action.yml
vendored
|
@ -72,6 +72,9 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo ::group::Install ASDF System
|
echo ::group::Install ASDF System
|
||||||
qlot exec ros install ${{ inputs.asdf-system }}
|
if [[ -n "${{ inputs.asdf-system }}" ]]; then
|
||||||
|
qlot exec ros install ${{ inputs.asdf-system }}
|
||||||
|
else
|
||||||
|
echo "ASDF system wasn't provided."
|
||||||
|
fi
|
||||||
echo ::endgroup::
|
echo ::endgroup::
|
||||||
if: ${{ inputs.asdf-system }}
|
|
||||||
|
|
Loading…
Reference in a new issue