Skip to content

Commit 5dcecaf

Browse files
committed
Revert "Temporarily disable installGCCTools on windows arm64 to solve chicken-and-egg issue"
This reverts commit 5112cfa.
1 parent 5112cfa commit 5dcecaf

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

dist/index.js

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

windows.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@ export async function install(platform, engine, version) {
9090
// windows 2016 and 2019 need ucrt64 installed, 2022 and future images need
9191
// ucrt64 or mingw64 installed, depending on Ruby version
9292
if (((msys2Type === 'ucrt64') || !hasMSYS2PreInstalled) && common.floatVersion(version) >= 2.4) {
93-
// Temporarily disable installGCCTools on arm64 to solve chicken and egg issue.
94-
if (msys2Type !== 'clangarm64') {
95-
await installGCCTools(msys2Type, version)
96-
}
93+
await installGCCTools(msys2Type, version)
9794
}
9895

9996
if (version === 'mswin') {

0 commit comments

Comments
 (0)