[ci] install zip dependency for new image
Some checks failed
Build / Build (push) Failing after 8m56s

This commit is contained in:
Marius Alwan Meyer 2023-10-10 18:36:28 +02:00
parent f006a1180c
commit d63021ee27

View File

@ -14,7 +14,8 @@ jobs:
apt-get update;
apt-get install --yes --no-install-recommends \
nodejs \
zstd
zstd \
zip
- name: Checkout
uses: actions/checkout@v3