ruby-changes:66496
From: Nobuyoshi <ko1@a...>
Date: Wed, 16 Jun 2021 14:34:40 +0900 (JST)
Subject: [ruby-changes:66496] f4640f64a4 (master): Fixed comments in cmd.exe script [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=f4640f64a4 From f4640f64a4d242e7ce56b248de41b3021dcdf77d Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 16 Jun 2021 14:28:11 +0900 Subject: Fixed comments in cmd.exe script [ci skip] --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a8dd64e..ef2c003 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -70,8 +70,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L70 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 -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/