Skip to content

Commit 9112670

Browse files
committed
Revert back to use GITHUB_WORKSPACE to detect fast drive
1 parent 7168d8b commit 9112670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const linuxOSInfo = require('linux-os-info')
1212

1313
export const windows = (os.platform() === 'win32')
1414
// Extract to SSD on Windows, see https://github.com/ruby/setup-ruby/pull/14
15-
export const drive = (windows ? (process.env['RUNNER_TEMP'] || 'C')[0] : undefined)
15+
export const drive = (windows ? (process.env['GITHUB_WORKSPACE'] || 'C')[0] : undefined)
1616

1717
export const inputs = {
1818
selfHosted: undefined

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)