Update CI to use the latest version of asdf
All checks were successful
CI / test (sbcl-bin) (push) Successful in 6m25s
All checks were successful
CI / test (sbcl-bin) (push) Successful in 6m25s
This commit is contained in:
parent
a5b4e3147d
commit
092da1c970
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue