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 87c4ebd commit a79600dCopy full SHA for a79600d
.github/workflows/windows.yml
@@ -113,8 +113,8 @@ jobs:
113
-arch=${{ matrix.target || 'amd64' }} ^
114
${{ matrix.vcvars && '-vcvars_ver=' || '' }}${{ matrix.vcvars }}
115
nmake -f nul
116
- set TMP=%USERPROFILE%\AppData\Local\Temp
117
- set TEMP=%USERPROFILE%\AppData\Local\Temp
+ set TMP=%RUNNER_TEMP%
+ set TEMP=%RUNNER_TEMP%
118
set MAKEFLAGS=l
119
set /a TEST_JOBS=(15 * %NUMBER_OF_PROCESSORS% / 10) > nul
120
set RUBY_OPT_DIR=%GITHUB_WORKSPACE:\=/%/src/vcpkg_installed/%VCPKG_DEFAULT_TRIPLET%
0 commit comments