Skip to content

Commit

Permalink
Reintroduce the fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Dec 10, 2020
1 parent 4474aad commit 97868f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 97868f1

Please sign in to comment.