speed up client installation a bit

This commit is contained in:
Domen Kožar 2020-09-23 11:17:35 +02:00
commit 754a40db11
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
3 changed files with 3 additions and 3 deletions

View file

@ -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 {