mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
actions: fix cache-guix job
This commit is contained in:
parent
f6b6befbc4
commit
b01fb2e3e4
1 changed files with 3 additions and 0 deletions
3
.github/workflows/guix.yml
vendored
3
.github/workflows/guix.yml
vendored
|
@ -29,6 +29,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: [cache-sources]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: guix cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue