diff --git a/dist/index.js b/dist/index.js index 6d3c837..28f0549 100644 --- a/dist/index.js +++ b/dist/index.js @@ -57,7 +57,7 @@ async function unixInstall(version, sha) { } async function run() { try { - const { version, sha } = versions_1.selectVersion(); + const { version, sha } = await versions_1.selectVersion(); if (os.platform() === 'win32' || os.platform() === 'cygwin') await winInstall(version); else