1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix the path properly

😞
This commit is contained in:
Takashi Kokubun 2020-12-10 11:48:54 -08:00
parent f56ab7a476
commit 4474aadae8
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 ../mspec/bin/mspec -I../../tool/test -j
ruby -I../../tool/lib ../mspec/bin/mspec -j
- uses: k0kubun/action-slack@v2.0.0
with: