summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-06-16 14:28:11 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-06-16 14:31:02 +0900
commitf4640f64a4d242e7ce56b248de41b3021dcdf77d (patch)
tree0758c19d1381db5f5e4954593e3bf35759167a59 /.github
parentf136c1ec804e1837f006f3abbf2ef90f1ef8134d (diff)
Fixed comments in cmd.exe script [ci skip]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index a8dd64eb35..ef2c0034b7 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -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