mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed comments in cmd.exe script [ci skip]
This commit is contained in:
parent
f136c1ec80
commit
f4640f64a4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -70,8 +70,8 @@ jobs:
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
run: |
|
run: |
|
||||||
call "%VCVARS%"
|
call "%VCVARS%"
|
||||||
# %TEMP% is inconsistent with %TMP% and test-all expects they are consistent.
|
::- %TEMP% is inconsistent with %TMP% and test-all expects they are consistent.
|
||||||
# https://github.com/actions/virtual-environments/issues/712#issuecomment-613004302
|
::- https://github.com/actions/virtual-environments/issues/712#issuecomment-613004302
|
||||||
set TMP=%USERPROFILE%\AppData\Local\Temp
|
set TMP=%USERPROFILE%\AppData\Local\Temp
|
||||||
set TEMP=%USERPROFILE%\AppData\Local\Temp
|
set TEMP=%USERPROFILE%\AppData\Local\Temp
|
||||||
nmake test-all
|
nmake test-all
|
||||||
|
|
Loading…
Add table
Reference in a new issue