1
0
Fork 0
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:
Takashi Kokubun 2020-12-10 13:00:02 -08:00
parent 4474aadae8
commit 97868f16ff
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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: