mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Reintroduce the fix again
This commit is contained in:
parent
4474aadae8
commit
97868f16ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mingw.yml
vendored
2
.github/workflows/mingw.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue