Skip to content

Commit

Permalink
Update CI to use the latest version of asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
skyizwhite committed Jan 11, 2025
1 parent 17fe4de commit 83dffe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .forgejo/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ 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'
env:
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
Expand Down

0 comments on commit 83dffe9

Please sign in to comment.