From 092da1c9707a2a1ed7638cde15cb930ca3a76a0a Mon Sep 17 00:00:00 2001 From: paku Date: Sun, 12 Jan 2025 00:47:37 +0900 Subject: [PATCH] Update CI to use the latest version of asdf --- .forgejo/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/CI.yml b/.forgejo/workflows/CI.yml index b6eb2bb..3c9cb6d 100644 --- a/.forgejo/workflows/CI.yml +++ b/.forgejo/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: ~/.config/common-lisp/source-registry.conf.d ~/lisp .qlot/ - key: roswell-${{ runner.os }}-${{ matrix.lisp }}-${{ hashFiles('qlfile.lock') }} + key: roswell-${{ runner.os }}-${{ matrix.lisp }}-${{ hashFiles('qlfile.lock', '.forgejo/workflows/CI.yml') }} - name: Install dependencies if: steps.restore-cache.outputs.cache-hit != 'true' @@ -37,6 +37,7 @@ jobs: LISP: ${{ matrix.lisp }} run: | curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh + ros install asdf ros install fukamachi/qlot PATH="~/.roswell/bin:$PATH" qlot install