Skip to content

Commit

Permalink
Manually init submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
1yefuwang1 committed Jun 14, 2024
1 parent 5dadee4 commit e8fa6c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive

# Used to host cibuildwheel
- uses: actions/setup-python@v5

- name: Bootstrap vcpkg
run: python bootstrap_vcpkg.py
run: |
git submodule update --init --recursive
python bootstrap_vcpkg.py
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.19.1
Expand Down
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 633 files

0 comments on commit e8fa6c9

Please sign in to comment.