From e0ec9dde9fa723d2e2fcc492177b52b0a3646650 Mon Sep 17 00:00:00 2001 From: Matteo Landi Date: Tue, 26 Oct 2021 18:57:25 +0200 Subject: [PATCH] Update all the QL dists just in case the Workflow had caching turned on --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/action.yml b/action.yml index 8657a46..7adbee6 100644 --- a/action.yml +++ b/action.yml @@ -165,6 +165,13 @@ runs: fi 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 shell: bash-or-msys2 {0} run: |