From 1451ba7fc157d964ad4c9134e787d22900c917c0 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Fri, 11 Jul 2025 14:47:48 +0200 Subject: [PATCH] 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 9d0e3ee8..7ee631b6 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: runs-on: nix steps: - uses: actions/checkout@v4 - - run: nix-shell --run 'attic push demo $(nix-build services -A tests.peertube)' + - run: nix-shell --run 'attic use demo && attic push demo $(nix-build services -A tests.peertube)' check-panel: runs-on: nix