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
2
dist/main/index.js
vendored
2
dist/main/index.js
vendored
|
|
@ -983,7 +983,7 @@ const authToken = core.getInput('authToken');
|
|||
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";
|
||||
function setup() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue