preinstall attic client
Some checks failed
testing nix stuff / nix (ubuntu-latest) (push) Failing after 10s
gitea-deepak/nixconf/pipeline/head This commit looks good

This commit is contained in:
Deepak Mallubhotla 2025-03-19 19:26:11 -05:00
parent 32c4c9802b
commit d6cd2f6961
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -33,6 +33,8 @@ jobs:
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v31 uses: cachix/install-nix-action@v31
- name: pre install Attic
uses: nix-env -i attic-client -f '<nixpkgs>'
- run: nix build --version - run: nix build --version
- name: Setup Attic Cache - name: Setup Attic Cache
uses: ryanccn/attic-action@3354ae812cb672e1381be4c7914204c44db53866 uses: ryanccn/attic-action@3354ae812cb672e1381be4c7914204c44db53866