Update all the QL dists just in case the Workflow had caching turned on

This commit is contained in:
Matteo Landi 2021-10-26 18:57:25 +02:00
parent f178435a8a
commit e0ec9dde9f

View file

@ -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: |