Skip to content

Commit

Permalink
install 'wheel' on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch authored and christian-rauch committed Nov 1, 2024
1 parent b1ed3d2 commit ad60315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: "(vcpkg only) install setuptools"
if: ${{ matrix.package_manager == 'vcpkg' }}
run: |
pip install setuptools
pip install setuptools wheel
- name: Configure CMake
run: >
Expand Down

0 comments on commit ad60315

Please sign in to comment.