Skip to content

Commit

Permalink
Merge pull request #2216 from Saransh-cpp/fix
Browse files Browse the repository at this point in the history
Fix `vcpkg` issue when building `Windows` wheel
  • Loading branch information
brosaplanella authored Aug 5, 2022
2 parents 3c7ad7c + 2d15898 commit bb15440
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
- name: Clone pybind11 repo (no history)
run: git clone --depth 1 --branch v2.6.2 https://github.com/pybind/pybind11.git

# remove when a new vcpkg version is released
- name: Install the latest commit of vcpkg on windows
run: |
cd C:\
rm -r -fo 'C:\vcpkg'
git clone https://github.com/microsoft/vcpkg
cd vcpkg
.\bootstrap-vcpkg.bat
- name: Cache packages installed through vcpkg on windows
uses: actions/cache@v2
env:
Expand Down

0 comments on commit bb15440

Please sign in to comment.