Skip to content

Commit

Permalink
Fix 79
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Nov 5, 2024
1 parent 9d2c9bb commit ce4cdc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ jobs:
echo -e "\xE2\x9C\x93"
echo "Printing unicode 2:"
printf "Блабла"
which python || true
which python3 || true
export PYTHONUTF8=1
echo "Printing from Python:"
python -c 'print("\u2713")' || true
Expand Down

0 comments on commit ce4cdc2

Please sign in to comment.