Skip to content

Commit

Permalink
Emit the fetch line in the 'installing nix' section
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Dec 4, 2023
1 parent a20c028 commit 45ac0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ class NixInstallerAction {
}

// Normal just doing of the install
const binary_path = await this.fetch_binary();
actions_core.startGroup("Installing Nix");
const binary_path = await this.fetch_binary();
await this.execute_install(binary_path);
actions_core.endGroup();

Expand Down

0 comments on commit 45ac0ca

Please sign in to comment.