ruby-changes:69631
From: Nobuyoshi <ko1@a...>
Date: Sun, 7 Nov 2021 22:37:25 +0900 (JST)
Subject: [ruby-changes:69631] 6295e348a9 (master): [MinGW] Clear BUNDLER_VERSION unconditinally
https://git.ruby-lang.org/ruby.git/commit/?id=6295e348a9 From 6295e348a98d457bddce7fe4a0803a6dde00bc7d Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 7 Nov 2021 15:46:16 +0900 Subject: [MinGW] Clear BUNDLER_VERSION unconditinally --- .github/workflows/mingw.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index a1fecb38bef..417434bba28 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -116,8 +116,9 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L116 run: | # Actions uses UTF8, causes test failures, similar to normal OS setup chcp.com 437 - if ($env:BUNDLER_VERSION) { Remove-Item env:\BUNDLER_VERSION } make test-all TESTOPTS="-j $env:TEST_JOBS --retry --job-status=normal --show-skip --timeout-scale=1.5" + env: + BUNDLER_VERSION: - name: test-spec timeout-minutes: 10 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/