From 286103daf25893eb407ea2fd15ee44716572e17a Mon Sep 17 00:00:00 2001 From: Andrei Dziahel Date: Fri, 19 Jan 2024 17:13:39 +0100 Subject: [PATCH] ci: do not rebuild postgrest specify outputs to cache excluding postgrest --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 99cf9f3df..19c0fb293 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,9 @@ jobs: - name: Put all tools to store to be cached afterwards run: | # shellcheck disable=SC2046 - nix-store -v --realize $( nix-instantiate default.nix ) + nix-store -v --realize $( nix-instantiate default.nix \ + -A style -A withTools -A memory -A tests -A release \ + ) shell: bash Lint-Style: