apt install zstd for caching
This commit is contained in:
parent
a8757fecc8
commit
f3c4afaa54
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: apt install ztd
|
||||
run: apt update && apt install -y zstd
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9.12.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue