Skip to content

Commit eaecf78

Browse files
MSP-Gregeregon
authored andcommitted
Handle win2019 gcc issue
1 parent f41e084 commit eaecf78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

windows.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export async function install(platform, engine, version) {
8989

9090
// windows 2016 and 2019 need ucrt64 installed, 2022 and future images need
9191
// ucrt64 or mingw64 installed, depending on Ruby version
92-
if (((msys2Type === 'ucrt64') || !hasMSYS2PreInstalled) && common.floatVersion(version) >= 2.4) {
92+
if ((msys2Type === 'ucrt64') || (common.floatVersion(version) >= 2.4)) {
9393
await installGCCTools(msys2Type, version)
9494
}
9595

0 commit comments

Comments
 (0)