[CI] install zstd for cache compression
All checks were successful
Build / Build (push) Successful in 10m24s
All checks were successful
Build / Build (push) Successful in 10m24s
This commit is contained in:
parent
6693b70405
commit
71d0d5b92f
@ -14,7 +14,8 @@ jobs:
|
|||||||
apt-get update;
|
apt-get update;
|
||||||
apt-get install --yes --no-install-recommends \
|
apt-get install --yes --no-install-recommends \
|
||||||
nodejs \
|
nodejs \
|
||||||
golang-go
|
golang-go \
|
||||||
|
zstd
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user