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
|
||||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: .roswell/
|
||||
path: $HOME/.roswell/
|
||||
key: roswell-${{ runner.os }}-${{ matrix.lisp }}
|
||||
|
||||
- name: Install Roswell and Qlot
|
||||
|
@ -40,7 +40,7 @@ jobs:
|
|||
id: save-cache
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: .roswell/
|
||||
path: $HOME/.roswell/
|
||||
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue