Skip to content

Commit 958bdaf

Browse files
nobuk0kubun
authored andcommitted
CI: windows: Use possibly faster device for TMP/TEMP
1 parent ffc1744 commit 958bdaf

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
@@ -144,8 +144,8 @@ jobs:
144144
set | C:\msys64\usr\bin\sort > old.env
145145
call %VCVARS% ${{ matrix.vcvars || '' }}
146146
nmake -f nul
147-
set TMP=%USERPROFILE%\AppData\Local\Temp
148-
set TEMP=%USERPROFILE%\AppData\Local\Temp
147+
set TMP=%RUNNER_TEMP%
148+
set TEMP=%RUNNER_TEMP%
149149
set MAKEFLAGS=l
150150
set /a TEST_JOBS=(15 * %NUMBER_OF_PROCESSORS% / 10) > nul
151151
set RUBY_OPT_DIR=%GITHUB_WORKSPACE:\=/%/src/vcpkg_installed/%VCPKG_DEFAULT_TRIPLET%

0 commit comments

Comments
 (0)