Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eaecf78

Browse filesBrowse files
MSP-Gregeregon
authored andcommitted
Handle win2019 gcc issue
1 parent f41e084 commit eaecf78
Copy full SHA for eaecf78

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎dist/index.js

Copy file name to clipboardExpand all lines: 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

Copy file name to clipboardExpand all lines: 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.