ci: do not rebuild postgrest
specify outputs to cache excluding postgrest
This commit is contained in:
committed by
Wolfgang Walther
parent
9c78751871
commit
286103daf2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user