Skip to content

Commit

Permalink
ci: nix-store --realise to tools:
Browse files Browse the repository at this point in the history
Since we're building only tools now, we can just specify them directly
in the `tools:` parameter of `setup-nix` action.
  • Loading branch information
develop7 authored and wolfgangwalther committed Jan 22, 2024
1 parent 286103d commit d7246b4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ jobs:
uses: ./.github/actions/setup-nix
with:
cache-id: common
- name: Put all tools to store to be cached afterwards
run: |
# shellcheck disable=SC2046
nix-store -v --realize $( nix-instantiate default.nix \
-A style -A withTools -A memory -A tests -A release \
)
shell: bash
tools: style withTools memory tests release

Lint-Style:
name: Lint & check code style
Expand Down

0 comments on commit d7246b4

Please sign in to comment.