Skip to content

Commit 3b96304

Browse files
MSP-Gregeregon
authored andcommitted
windows.js - suggested changes
1 parent 1848559 commit 3b96304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export async function install(platform, engine, version) {
6060

6161
const winMSYS2Type = common.setupPath([`${rubyPrefix}\\bin`, ...toolchainPaths])
6262

63-
// install msys2 tools for all versions, only install mingw or ucrt for Rubies >= 2.4
63+
// install msys2 tools for all Ruby versions, only install mingw or ucrt for Rubies >= 2.4
6464

6565
if (!['windows-2019', 'windows-2016'].includes(virtualEnv)) {
6666
await installMSY2Tools()
@@ -183,7 +183,7 @@ async function setupMSWin() {
183183
/* Sets MSVC environment for use in Actions
184184
* allows steps to run without running vcvars*.bat, also for PowerShell
185185
* adds a convenience VCVARS environment variable
186-
* this assumes a single Visual Studio version being available in the window images */
186+
* this assumes a single Visual Studio version being available in the Windows images */
187187
export function addVCVARSEnv() {
188188
let vcVars = ''
189189
switch (virtualEnv) {

0 commit comments

Comments
 (0)