Skip to content

Commit

Permalink
install setuptools on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Oct 17, 2024
1 parent 1370aed commit f90efff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
with:
vcpkgDirectory: '${{github.workspace}}/scripts/vcpkg'

- name: "(vcpkg only) setuptools"
if: ${{ matrix.package_manager == 'vcpkg' }}
run: |
pip install setuptools
- name: "(vcpkg only) Setup CMake Toolchain file"
if: ${{ matrix.package_manager == 'vcpkg' }}
run: |
Expand Down

0 comments on commit f90efff

Please sign in to comment.