Skip to content

Commit

Permalink
version -> commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Aug 5, 2022
1 parent 0a0ad6f commit 2d15898
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Clone pybind11 repo (no history)
run: git clone --depth 1 --branch v2.6.2 https://github.com/pybind/pybind11.git

- name: Install the latest version of vcpkg on windows
# 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'
Expand Down

0 comments on commit 2d15898

Please sign in to comment.