Skip to content

Commit

Permalink
Fix 96
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Nov 5, 2024
1 parent effa6a9 commit 8abd31a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ jobs:
echo -e "\xE2\x9C\x93"
echo "Printing unicode 2:"
printf "Блабла"
echo "Printing from Python:"
python -c 'print("\u2713")'
python -c 'import sys; print(sys.stdout.encoding)'
mkdir -p "build/Testing/Temporary"
cp "cmake/CTestCostData.txt" "build/Testing/Temporary"
export LC_ALL="en_US.UTF-8"
Expand Down

0 comments on commit 8abd31a

Please sign in to comment.