Skip to content

Commit 2e4bd05

Browse files
committed
Install zstd
1 parent 4c444dd commit 2e4bd05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/premerge.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
uses: hendrikmuhs/[email protected]
2828
with:
2929
max-size: "2000M"
30+
- name: Install zstd
31+
run: |
32+
sudo apt-get install zstd
3033
- name: Restore ccache from previous PR run
3134
uses: ./.github/workflows/pr-ccache-restore
3235
with:

0 commit comments

Comments
 (0)