Skip to content

Commit fd8f0f5

Browse files
committed
Install unzip
1 parent 2e4bd05 commit fd8f0f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/premerge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
uses: hendrikmuhs/[email protected]
2828
with:
2929
max-size: "2000M"
30-
- name: Install zstd
30+
- name: Install dependencies for pr-ccache-restore
3131
run: |
32-
sudo apt-get install zstd
32+
sudo apt-get install zstd unzip
3333
- name: Restore ccache from previous PR run
3434
uses: ./.github/workflows/pr-ccache-restore
3535
with:

0 commit comments

Comments
 (0)