Skip to content

Commit 1398cb4

Browse files
committed
Fix using new github-input for tools.ts
1 parent 462e710 commit 1398cb4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ export async function setEnv(): Promise<void> {
5959
* Run the script
6060
*/
6161
export async function run(): Promise<void> {
62+
await setEnv();
6263
const os: string = process.platform;
6364
const tool = await utils.scriptTool(os);
6465
const run_path = await getScript(os);
65-
await setEnv();
6666
await exec(tool + run_path);
6767
}
6868

0 commit comments

Comments
 (0)