mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-20 05:22:20 -04:00
Fix snapcraft cache path
This commit is contained in:
parent
243611bc66
commit
c6b61a852a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -318,7 +318,7 @@ jobs:
|
|||
- name: Restore cache - snapcraft
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.cache/snapcraft
|
||||
path: /root/.cache/snapcraft
|
||||
key: snapcraft-cache
|
||||
|
||||
- name: Build snap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue