We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e44e25 commit a1da11aCopy full SHA for a1da11a
index.js
@@ -219,10 +219,6 @@ function envPreInstall() {
219
if (windows) {
220
// puts normal Ruby temp folder on SSD
221
core.exportVariable('TMPDIR', ENV['RUNNER_TEMP'])
222
- // Use os.homedir() which calls the Windows API (SHGetFolderPath) directly.
223
- // Env-based approaches (USERPROFILE, HOMEDRIVE+HOMEPATH) are unreliable on some
224
- // runners (e.g. Blacksmith) where these vars are unset, causing NaN which
225
- // JSON.stringify serializes to "null".
226
core.exportVariable('HOME', os.homedir())
227
// bash - needed to maintain Path from Windows
228
core.exportVariable('MSYS2_PATH_TYPE', 'inherit')
0 commit comments