diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64d0e9d8..341cf933 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -335,7 +335,7 @@ jobs: - name: Move cache root to home run: | - find /root + sudo find /root sudo mv /root/.cache/snapcraft ~/snapcraft-cache sudo chown -R $USER:$USER ~/snapcraft-cache