|
// Remove when Actions Windows image contains MSYS2 install |
|
if (!fs.existsSync(msys2)) { |
|
await symLinkToEmbeddedMSYS2() |
|
} |
actions/runner-images#905 (comment)
I believe it is time to remove this bit of setup. If it is not, how can I opt out of setup-ruby including a bundled MSYS2?
setup-ruby/windows.js
Lines 121 to 124 in 002b15e
actions/runner-images#905 (comment)
I believe it is time to remove this bit of setup. If it is not, how can I opt out of setup-ruby including a bundled MSYS2?