1
0
Fork 0
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:
Nobuyoshi Nakada 2021-06-16 14:28:11 +09:00
parent f136c1ec80
commit f4640f64a4
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -70,8 +70,8 @@ jobs:
timeout-minutes: 60
run: |
call "%VCVARS%"
# %TEMP% is inconsistent with %TMP% and test-all expects they are consistent.
# https://github.com/actions/virtual-environments/issues/712#issuecomment-613004302
::- %TEMP% is inconsistent with %TMP% and test-all expects they are consistent.
::- https://github.com/actions/virtual-environments/issues/712#issuecomment-613004302
set TMP=%USERPROFILE%\AppData\Local\Temp
set TEMP=%USERPROFILE%\AppData\Local\Temp
nmake test-all