Skip to content

Commit a79600d

Browse files
committed
CI: windows: Use possibly faster device for TMP/TEMP
1 parent 87c4ebd commit a79600d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ jobs:
113113
-arch=${{ matrix.target || 'amd64' }} ^
114114
${{ matrix.vcvars && '-vcvars_ver=' || '' }}${{ matrix.vcvars }}
115115
nmake -f nul
116-
set TMP=%USERPROFILE%\AppData\Local\Temp
117-
set TEMP=%USERPROFILE%\AppData\Local\Temp
116+
set TMP=%RUNNER_TEMP%
117+
set TEMP=%RUNNER_TEMP%
118118
set MAKEFLAGS=l
119119
set /a TEST_JOBS=(15 * %NUMBER_OF_PROCESSORS% / 10) > nul
120120
set RUBY_OPT_DIR=%GITHUB_WORKSPACE:\=/%/src/vcpkg_installed/%VCPKG_DEFAULT_TRIPLET%

0 commit comments

Comments
 (0)