ci: nix-store --realise to tools:
Since we're building only tools now, we can just specify them directly in the `tools:` parameter of `setup-nix` action.
This commit is contained in:
committed by
Wolfgang Walther
parent
286103daf2
commit
d7246b4851
@@ -27,13 +27,7 @@ jobs:
|
|||||||
uses: ./.github/actions/setup-nix
|
uses: ./.github/actions/setup-nix
|
||||||
with:
|
with:
|
||||||
cache-id: common
|
cache-id: common
|
||||||
- name: Put all tools to store to be cached afterwards
|
tools: style withTools memory tests release
|
||||||
run: |
|
|
||||||
# shellcheck disable=SC2046
|
|
||||||
nix-store -v --realize $( nix-instantiate default.nix \
|
|
||||||
-A style -A withTools -A memory -A tests -A release \
|
|
||||||
)
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
Lint-Style:
|
Lint-Style:
|
||||||
name: Lint & check code style
|
name: Lint & check code style
|
||||||
|
|||||||
Reference in New Issue
Block a user