Skip to content

Commit d7246b4

Browse files
develop7wolfgangwalther
authored andcommitted
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.
1 parent 286103d commit d7246b4

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,7 @@ jobs:
2727
uses: ./.github/actions/setup-nix
2828
with:
2929
cache-id: common
30-
- name: Put all tools to store to be cached afterwards
31-
run: |
32-
# shellcheck disable=SC2046
33-
nix-store -v --realize $( nix-instantiate default.nix \
34-
-A style -A withTools -A memory -A tests -A release \
35-
)
36-
shell: bash
30+
tools: style withTools memory tests release
3731

3832
Lint-Style:
3933
name: Lint & check code style

0 commit comments

Comments
 (0)