Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Dec 3, 2024
1 parent 1aa6c50 commit 4fe7877
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
if: matrix.os == 'macos-latest'

- name: Install dependencies - Windows
run: choco install wget
run: |
echo "PYTHONIOENCODING=utf-8" >> $GITHUB_ENV
choco install wget
if: matrix.os == 'windows-latest'

- name: Build
Expand Down

0 comments on commit 4fe7877

Please sign in to comment.