Skip to content

Commit 6065efa

Browse files
committed
Clarify comment
1 parent 50830ce commit 6065efa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
env:
5757
CHECK_LEAKS: true
5858
run: |
59-
# Actions uses UTF8, causes test failures, similar to normal OS setup
59+
# Actions uses UTF8 but most Windows systems don't.
60+
# Use non-UTF8 to make sure specs pass with non-UTF8 too.
6061
[Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
6162
[Console]::InputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
6263
../mspec/bin/mspec -j ${{ matrix.mspecopt }}

0 commit comments

Comments
 (0)