Compare commits
1 commit
fbb36ea960
...
7d38dd258c
Author | SHA1 | Date | |
---|---|---|---|
7d38dd258c |
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ jobs:
|
||||||
id: restore-cache
|
id: restore-cache
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: .roswell/
|
path: $HOME/.roswell/
|
||||||
key: roswell-${{ runner.os }}-${{ matrix.lisp }}
|
key: roswell-${{ runner.os }}-${{ matrix.lisp }}
|
||||||
|
|
||||||
- name: Install Roswell and Qlot
|
- name: Install Roswell and Qlot
|
||||||
|
@ -40,7 +40,7 @@ jobs:
|
||||||
id: save-cache
|
id: save-cache
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
path: .roswell/
|
path: $HOME/.roswell/
|
||||||
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
|
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue