Skip to content

Commit

Permalink
Build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeternitaas committed Jun 16, 2020
1 parent b7c5973 commit 27efcd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4717,9 +4717,11 @@ async function run() {
core.getInput('version', { required : true });
const bazelBinPath =
core.getInput('bazel-install-path', { required : true });
const os =
core.getInput('os', { required : true });

const bazeliskPath =
await tc.downloadTool(`https://github.com/bazelbuild/bazelisk/releases/download/v${version}/bazelisk-linux-amd64`);
await tc.downloadTool(`https://github.com/bazelbuild/bazelisk/releases/download/v${version}/bazelisk-${os}-amd64`);
core.debug('Successfully downloaded binary to bazeliskPath');

// Create directory, move into directory, chmod +x bazel, and add to path.
Expand Down

0 comments on commit 27efcd1

Please sign in to comment.