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 ffc1744 commit 958bdafCopy full SHA for 958bdaf
.github/workflows/windows.yml
@@ -144,8 +144,8 @@ jobs:
144
set | C:\msys64\usr\bin\sort > old.env
145
call %VCVARS% ${{ matrix.vcvars || '' }}
146
nmake -f nul
147
- set TMP=%USERPROFILE%\AppData\Local\Temp
148
- set TEMP=%USERPROFILE%\AppData\Local\Temp
+ set TMP=%RUNNER_TEMP%
+ set TEMP=%RUNNER_TEMP%
149
set MAKEFLAGS=l
150
set /a TEST_JOBS=(15 * %NUMBER_OF_PROCESSORS% / 10) > nul
151
set RUBY_OPT_DIR=%GITHUB_WORKSPACE:\=/%/src/vcpkg_installed/%VCPKG_DEFAULT_TRIPLET%
0 commit comments