Skip to content

Commit

Permalink
Try fixing the -I position
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Dec 10, 2020
1 parent dca13e2 commit f56ab7a
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/test ../mspec/bin/mspec -j
ruby ../mspec/bin/mspec -I../../tool/test -j
- uses: k0kubun/action-slack@v2.0.0
with:
Expand Down

1 comment on commit f56ab7a

@MSP-Greg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@k0kubun

Sorry, I wasn't clear, that is where -I should go, but I think the folder should be -I../../tool/lib? Sorry, AFK for a bit.

Testing the same thing in ruby-loco right now...

Please sign in to comment.