From f8aff912c1dc06aee348a83fb55a3011c5c317d8 Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Tue, 11 Nov 2025 16:13:11 +0400 Subject: [PATCH] enable skip-cached --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 22ed2aa..f091bb2 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -7,4 +7,4 @@ jobs: steps: - uses: actions/checkout@v4 - run: attic login pkgs https://attic.scug.io ${{ secrets.ATTIC_TOKEN }} - - run: nix-fast-build --systems "x86_64-linux aarch64-linux" --no-nom --attic-cache pkgs + - run: nix-fast-build --skip-cached --systems "x86_64-linux aarch64-linux" --no-nom --attic-cache pkgs