Fix Windows build

This commit is contained in:
Mathias Lesauvage
2025-09-18 12:53:31 +02:00
parent 47559b9d96
commit 6ebb702f86

View File

@@ -83,7 +83,8 @@ jobs:
- name: Generate TSH Windows executable
run: |
git pull
git pull origin main
git checkout main
set PYTHONUTF8=1
chcp 65001
set PYTHONIOENCODING=utf-8