install zstd
All checks were successful
Gitea Actions Demo / amd-docker (push) Successful in 33s

This commit is contained in:
Gabriel Simmer 2023-08-15 19:39:53 +01:00
parent 2c02ae65a9
commit dd1a3a6705
Signed by: arch
SSH key fingerprint: SHA256:mXaHIY3tLtudNyb+i3qRd0DeXvpqbst04OgVKVCp2R4

View file

@ -4,8 +4,10 @@ on: [push]
jobs: jobs:
amd-docker: amd-docker:
runs-on: docker runs-on: debian-latest
steps: steps:
- name: Install prerequisites
run: apt update && apt install -y zstd
- name: Cache Nix store - name: Cache Nix store
uses: actions/cache@v3.0.8 uses: actions/cache@v3.0.8
id: nix-cache id: nix-cache