From 5d11766c2def65264a0e0716b23e478e3cbf543b Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Fri, 11 Jul 2025 15:44:45 +0200 Subject: [PATCH] manually use cache in ci --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 87d7d2e4..80208f9f 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: runs-on: nix steps: - uses: actions/checkout@v4 - - run: nix-shell --run 'attic push demo $(nix build .#checks.x86_64-linux.test-peertube-service -L)' + - run: attic login fediversity http://attic.fediversity.net:8080 ${{ secrets.ATTIC_PULL_KEY }} && attic use demo && nix build .#checks.x86_64-linux.test-peertube-service -L check-panel: runs-on: nix