mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
speed up client installation a bit
This commit is contained in:
parent
25bafc819c
commit
754a40db11
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ const skipPush = core.getInput('skipPush');
|
|||
const cachixExecutable = '/nix/var/nix/profiles/per-user/runner/profile/bin/cachix';
|
||||
const installCommand =
|
||||
core.getInput('installCommand') ||
|
||||
"nix-env --quiet -iA cachix -f https://cachix.org/api/v1/install";
|
||||
"nix-env --quiet -j8 -iA cachix -f https://cachix.org/api/v1/install";
|
||||
|
||||
async function setup() {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue