From ca67f0328bb6e89ac366323a6213169e15085999 Mon Sep 17 00:00:00 2001 From: aseph Date: Mon, 3 Aug 2026 16:44:18 +0700 Subject: [PATCH] ci: use free GHA Nix cache (disable FlakeHub cache, not subscribed) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 10045d4..d11c564 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -49,7 +49,7 @@ jobs: - name: Cache Nix uses: DeterminateSystems/magic-nix-cache-action@v14 with: - use-flakehub: true + use-flakehub: false - name: Build pr-agent-server id: build