[CI] install zstd for cache compression
All checks were successful
Build / Build (push) Successful in 10m24s

This commit is contained in:
Marius Alwan Meyer 2023-07-20 14:43:11 +00:00
parent 6693b70405
commit 71d0d5b92f

View File

@ -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