From 6295e348a98d457bddce7fe4a0803a6dde00bc7d Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada 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 a1fecb38be..417434bba2 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -116,8 +116,9 @@ jobs: 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.3