We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0076e24 commit 3676441Copy full SHA for 3676441
ghcup/src/main.ts
@@ -135,6 +135,7 @@ export async function main(opts: Opts) {
135
core.setOutput("version", effective_version);
136
core.setOutput("path", ghcupPath);
137
138
+ // this first invocation will also make sure that all ghcup directories are created
139
var { stdout } = await exec.getExecOutput(ghcupPath, ["whereis", "bindir"]);
140
const bindir = stdout.trim();
141
core.debug(`ghcup bindir is ${bindir}`);
0 commit comments