Update CI to use the latest version of asdf
All checks were successful
CI / test (sbcl-bin) (push) Successful in 43s

This commit is contained in:
paku 2025-01-12 00:34:26 +09:00
parent 17fe4de76a
commit 83dffe9608
Signed by: paku
GPG key ID: 5B4E8402BCC50607

View file

@ -29,7 +29,7 @@ jobs:
~/.config/common-lisp/source-registry.conf.d ~/.config/common-lisp/source-registry.conf.d
~/lisp ~/lisp
.qlot/ .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 - name: Install dependencies
if: steps.restore-cache.outputs.cache-hit != 'true' if: steps.restore-cache.outputs.cache-hit != 'true'
@ -37,6 +37,7 @@ jobs:
LISP: ${{ matrix.lisp }} LISP: ${{ matrix.lisp }}
run: | run: |
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
ros install asdf
ros install fukamachi/qlot ros install fukamachi/qlot
PATH="~/.roswell/bin:$PATH" PATH="~/.roswell/bin:$PATH"
qlot install qlot install