Fix incomplete comment
This commit is contained in:
parent
ebb6752c14
commit
6a227682ef
@ -9,7 +9,7 @@ import {chmodSync} from 'fs';
|
|||||||
let tempDirectory = process.env['RUNNER_TEMPDIRECTORY'] || '';
|
let tempDirectory = process.env['RUNNER_TEMPDIRECTORY'] || '';
|
||||||
|
|
||||||
export async function install() {
|
export async function install() {
|
||||||
// `rustup` is already installed in
|
// `rustup` is already installed on Linux and Windows platforms
|
||||||
if (os.platform() == 'darwin') {
|
if (os.platform() == 'darwin') {
|
||||||
let toolPath = await installOnUnix();
|
let toolPath = await installOnUnix();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user