Skip to content

Commit 97d485f

Browse files
committed
Remove the the comment as the node.js method is used.
1 parent 7e44e25 commit 97d485f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

dist/index.js

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

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,6 @@ function envPreInstall() {
219219
if (windows) {
220220
// puts normal Ruby temp folder on SSD
221221
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".
226222
core.exportVariable('HOME', os.homedir())
227223
// bash - needed to maintain Path from Windows
228224
core.exportVariable('MSYS2_PATH_TYPE', 'inherit')

0 commit comments

Comments
 (0)