cache for auto update
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 9m58s
Bump flake.lock / build (push) Successful in 15m39s

This commit is contained in:
2025-04-12 14:48:06 -05:00
parent 59e57a3a54
commit 34154dfaf9

View File

@@ -24,7 +24,14 @@ jobs:
# known_hosts: ${{ secrets.SSH_GITEA_KNOWN_HOSTS }}
#- name: Fix SSH key
# run: sed -i 's/\r$//g' /root/.ssh/gitea_action
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v31
name: Install Nix
- name: Setup Attic Cache
uses: ryanccn/attic-action@3354ae812cb672e1381be4c7914204c44db53866
with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- run: nix flake update
- run: nix flake check
- uses: stefanzweifel/git-auto-commit-action@v4