diff --git a/.github/workflows/pr-sccache-restore/action.yml b/.github/workflows/pr-sccache-restore/action.yml index 3679cf5d74f979..6c62d0e0de9f94 100644 --- a/.github/workflows/pr-sccache-restore/action.yml +++ b/.github/workflows/pr-sccache-restore/action.yml @@ -15,3 +15,4 @@ runs: # Is this the best way to clear the cache? rm -Rf .sccache/ unzip ${{ steps.download-artifact.outputs.filename }} + rm ${{ steps.download-artifact.outputs.filename }}