Update all the QL dists just in case the Workflow had caching turned on
This commit is contained in:
parent
f178435a8a
commit
e0ec9dde9f
1 changed files with 7 additions and 0 deletions
|
@ -165,6 +165,13 @@ runs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ::endgroup::
|
echo ::endgroup::
|
||||||
|
- name: Upgrade Quicklisp dists
|
||||||
|
shell: bash-or-msys2 {0}
|
||||||
|
run: |
|
||||||
|
# The parent workflow might have caching enabled for Roswell and all
|
||||||
|
# the other Lisp files in general, so it's better to tell Quicklisp
|
||||||
|
# to update all its dists.
|
||||||
|
ros -e "(ql:update-all-dists :prompt nil)"
|
||||||
- name: Upgrade ASDF to the Latest Version
|
- name: Upgrade ASDF to the Latest Version
|
||||||
shell: bash-or-msys2 {0}
|
shell: bash-or-msys2 {0}
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue