From 1a05da1f5005b36601fc87746f91a9ae6c81764a 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 925cf06..a33ff79 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -7,5 +7,9 @@ jobs: steps: - uses: actions/checkout@v4 name: Checkout repository + - name: Attic login + run: attic login sisko http://sisko.fleet:8081 ${{secrets.ATTIC_SISKO_TOKEN}} + - name: Start attic watch store & + run: attic watch-store sisko - 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"