diff --git a/src/main.ts b/src/main.ts index 5f81a6b..c40ed0a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -293,7 +293,7 @@ class NixInstallerAction { // Normal just doing of the install const binary_path = await this.fetch_binary(); await this.execute_install(binary_path); - // TODO: Add `this.set_github_path()` and remove that from the installer crate + this.set_github_path(); } set_github_path(): void {