ci: add zstd dependency
Some checks failed
Flake checks / Check (pull_request) Failing after 19s

This commit is contained in:
teutat3s 2023-11-19 16:36:00 +01:00
parent 30ae5dad41
commit 0c3cb9f90b
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -9,7 +9,7 @@ jobs:
steps:
- name: Install dependencies
run: |
apt-get update && apt-get install --yes sudo
apt-get update && apt-get install --yes sudo zstd
- uses: https://github.com/nixbuild/nix-quick-install-action@v26
with:
nix_conf: |