feat: test action
Some checks failed
/ cache (push) Failing after 1s

This commit is contained in:
CronyAkatsuki 2026-03-13 09:03:41 +01:00
parent e4174ac4eb
commit f1a58aab94

View file

@ -0,0 +1,14 @@
on: [push]
jobs:
cache:
runs-on: native
steps:
- name: Setup Attic cache
uses: 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