Skip to content

Commit 739015e

Browse files
committed
Fix cache restore
1 parent fd8f0f5 commit 739015e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pr-ccache-restore/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ runs:
1818
run: |
1919
# Is this the best way to clear the cache?
2020
rm -Rf .ccache/
21-
unzip ${{ steps.download-artifact.outputs.filename }}
2221
rm ${{ steps.download-artifact.outputs.filename }}
2322
tar --zstd -xf ccache.tar.zst
2423
rm ccache.tar.zst

0 commit comments

Comments
 (0)