We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50830ce commit 6065efaCopy full SHA for 6065efa
1 file changed
.github/workflows/ci.yml
@@ -56,7 +56,8 @@ jobs:
56
env:
57
CHECK_LEAKS: true
58
run: |
59
- # Actions uses UTF8, causes test failures, similar to normal OS setup
+ # Actions uses UTF8 but most Windows systems don't.
60
+ # Use non-UTF8 to make sure specs pass with non-UTF8 too.
61
[Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
62
[Console]::InputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
63
../mspec/bin/mspec -j ${{ matrix.mspecopt }}
0 commit comments