We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32cdb5 commit f9098e8Copy full SHA for f9098e8
1 file changed
.github/workflows/build-executables.yml
@@ -31,7 +31,9 @@ jobs:
31
32
- name: Download base models
33
run: |
34
+ $env:PYTHONIOENCODING="utf-8"
35
python tools/download_models.py
36
+ shell: pwsh
37
38
- name: Build Windows executable
39
0 commit comments