mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +01:00
Run npm build...
This commit is contained in:
parent
47de24d14a
commit
d7dba96ff9
2 changed files with 2 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -254,7 +254,7 @@ class NixInstallerAction {
|
||||||
// Normal just doing of the install
|
// Normal just doing of the install
|
||||||
const binary_path = yield this.fetch_binary();
|
const binary_path = yield this.fetch_binary();
|
||||||
yield this.execute_install(binary_path);
|
yield 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() {
|
set_github_path() {
|
||||||
|
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue