Skip to content

Commit

Permalink
Encoding Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Poiuy7312 committed Sep 18, 2023
1 parent bdf6ba3 commit 3bcd345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Encode Windows
if: matrix.os == 'windows-latest'
run: |
$OutputEncoding = [Console]::OutputEncoding = [Text.UTF8Encoding]::UTF8
$PSDefaultParameterValues['*:Encoding'] = 'utf8'
# Run the program
- name: Run program
if: always()
Expand Down

0 comments on commit 3bcd345

Please sign in to comment.