mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
Make cachix install quiet
Since this mainly downloads dependencies, removing it, removes some noise.
This commit is contained in:
parent
943a92d48d
commit
36fc8c5254
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ async function run() {
|
|||
const cachixExecutable = "/nix/var/nix/profiles/per-user/runner/profile/bin/cachix";
|
||||
|
||||
core.startGroup('Cachix: installing')
|
||||
await exec.exec('nix-env', ['-iA', 'cachix', '-f', 'https://cachix.org/api/v1/install']);
|
||||
await exec.exec('nix-env', ['--quiet', '-iA', 'cachix', '-f', 'https://cachix.org/api/v1/install']);
|
||||
core.endGroup()
|
||||
|
||||
// for private caches
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue