Fix snapcraft cache path

This commit is contained in:
Micah Lee 2022-10-05 17:00:25 -07:00
parent 243611bc66
commit c6b61a852a
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -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