install zstd
Some checks failed
Lint / lint (push) Successful in 11s
Build Pi NixOS Image / sync (push) Failing after 4m51s

This commit is contained in:
Gabriel Simmer 2023-08-15 18:48:24 +01:00
parent faf73f12ce
commit d3284cc619
Signed by: arch
SSH key fingerprint: SHA256:mXaHIY3tLtudNyb+i3qRd0DeXvpqbst04OgVKVCp2R4

View file

@ -14,7 +14,7 @@ jobs:
with:
ref: trunk
- name: Install prerequisites
run: apt update && apt install -y sudo
run: apt update && apt install -y sudo zstd
- name: Install Nix
uses: https://github.com/cachix/install-nix-action@v22
with: