Fixed setup-lisp step.
This commit is contained in:
parent
6e528369a4
commit
2d479032c8
1 changed files with 5 additions and 2 deletions
5
.github/actions/setup-lisp/action.yml
vendored
5
.github/actions/setup-lisp/action.yml
vendored
|
@ -72,6 +72,9 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
echo ::group::Install 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::
|
||||
if: ${{ inputs.asdf-system }}
|
||||
|
|
Loading…
Reference in a new issue