From 97868f16ff764e60176e817db101e65c9d58eff3 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 10 Dec 2020 13:00:02 -0800 Subject: [PATCH] Reintroduce the fix again --- .github/workflows/mingw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 3b1aa41173..c0366f2942 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -120,7 +120,7 @@ jobs: [Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437") [Console]::InputEncoding = [System.Text.Encoding]::GetEncoding("IBM437") ruby -v - ruby -I../../tool/lib ../mspec/bin/mspec -j + ruby ../mspec/bin/mspec -I../../tool/lib -j - uses: k0kubun/action-slack@v2.0.0 with: