nix-conf/.forgejo/workflows/cache.yaml
Crony Akatsuki c0ef905ba1
Some checks failed
/ cache (push) Has been cancelled
feat: actually checkout the repo.
2026-03-13 09:14:51 +01:00

16 lines
483 B
YAML

on: [push]
jobs:
cache:
runs-on: native
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Attic cache
uses: https://github.com/ryanccn/attic-action@v0
with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- name: Build freyja configuration
run: nix build .#nixosConfigurations.freyja.config.system.build.toplevel