From c0ef905ba1b694c2c1b259944a0429083700bde4 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 13 Mar 2026 09:14:51 +0100 Subject: [PATCH] feat: actually checkout the repo. --- .forgejo/workflows/cache.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/cache.yaml b/.forgejo/workflows/cache.yaml index dc2ff81..da683eb 100644 --- a/.forgejo/workflows/cache.yaml +++ b/.forgejo/workflows/cache.yaml @@ -4,6 +4,8 @@ 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: @@ -11,4 +13,4 @@ jobs: cache: ${{ secrets.ATTIC_CACHE }} token: ${{ secrets.ATTIC_TOKEN }} - name: Build freyja configuration - run: nix build .nixosConfigurations.freyja.config.system.build.toplevel + run: nix build .#nixosConfigurations.freyja.config.system.build.toplevel