diff --git a/src/rustup.ts b/src/rustup.ts index 125a10f..226e33f 100644 --- a/src/rustup.ts +++ b/src/rustup.ts @@ -9,7 +9,7 @@ import {chmodSync} from 'fs'; let tempDirectory = process.env['RUNNER_TEMPDIRECTORY'] || ''; export async function install() { - // `rustup` is already installed in + // `rustup` is already installed on Linux and Windows platforms if (os.platform() == 'darwin') { let toolPath = await installOnUnix();