summaryrefslogtreecommitdiff
path: root/.github/workflows/mingw.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-07 15:46:16 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-07 20:46:25 +0900
commit6295e348a98d457bddce7fe4a0803a6dde00bc7d (patch)
tree4f53ebc1178cf0d3e3beabaa31e9c273a4a409d6 /.github/workflows/mingw.yml
parentdc4dd96b028adf8fe59cdd5fb1f173efb0974e7f (diff)
[MinGW] Clear BUNDLER_VERSION unconditinally
Diffstat (limited to '.github/workflows/mingw.yml')
-rw-r--r--.github/workflows/mingw.yml3
1 files changed, 2 insertions, 1 deletions
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