From 556a3e78fe08ca1d7e0bb4e6903d6c934e013bad Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 15 Nov 2024 11:58:56 +0100 Subject: [PATCH] Test attic --- .forgejo/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 925cf06..16c71f9 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -7,5 +7,7 @@ jobs: steps: - uses: actions/checkout@v4 name: Checkout repository + - name: Attic login + run: attic login sisko ${{secrets.ATTIC_SISKO_TOKEN}} - name: Build with nix - run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" + run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" --attic-cache "sisko"