mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-12 09:37:47 +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
|
runs-on: ubuntu-latest
|
||||||
needs: [cache-sources]
|
needs: [cache-sources]
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: guix cache
|
- name: guix cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue