summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-12-10 11:18:23 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2020-12-10 11:18:30 -0800
commitf56ab7a4764131e5c01e279623e2a141442426a8 (patch)
tree80f1aa4f19e0146dcf4db39df083a865a9a58b17 /.github
parentdca13e2bf7b7efeb2841a039e3cfd7b5cd650a7b (diff)
Try fixing the -I position
https://github.com/ruby/ruby/runs/1532260149 :thinking:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mingw.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 477da7e3b3..9deb0ec4fe 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/test ../mspec/bin/mspec -j
+ ruby ../mspec/bin/mspec -I../../tool/test -j
- uses: k0kubun/action-slack@v2.0.0
with: