Skip to content

Commit

Permalink
Use old CIBW on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat committed May 12, 2023
1 parent 9f437e5 commit 8d5eeec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
- name: Install Visual C++ for Python
if: runner.os == 'Windows'
run: |
choco install visualstudio2019buildtools -f -y
choco install golang -f -y
choco install mingw -f -y
pip install --force cibuildwheel==2.3.1
go get -d
- name: Set up QEMU
Expand Down

0 comments on commit 8d5eeec

Please sign in to comment.