ci: do not rebuild postgrest

specify outputs to cache excluding postgrest
This commit is contained in:
Andrei Dziahel
2024-01-22 18:17:38 +01:00
committed by Wolfgang Walther
parent 9c78751871
commit 286103daf2
+3 -1
View File
@@ -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: