Skip to content

Commit

Permalink
fix: remote store test
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Mar 31, 2024
1 parent c360b15 commit aeb52ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nix-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
- run: |
nix build \
--print-build-logs \
# --builders "" \
# --max-jobs 2 \
# --eval-store auto \
# --store ssh-ng://eu.nixbuild.net \
--builders "" \
--max-jobs 2 \
--eval-store auto \
--store ssh-ng://eu.nixbuild.net \
".#githubActions.checks.${{ matrix.attr }}"

0 comments on commit aeb52ec

Please sign in to comment.