Skip to content

Commit

Permalink
unshallow windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Mar 12, 2024
1 parent 67c423f commit e4dfa02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
- name: Install deps with VCPKG
run: |
cd vcpkg
git fetch --unshallow
./bootstrap-vcpkg.sh
vcpkg install --triplet ${{matrix.triplet}}
rm -rf buildtrees
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-vcpkg-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- name: Install deps with VCPKG
run: |
cd vcpkg
git fetch --unshallow
./bootstrap-vcpkg.sh
vcpkg install --triplet ${{matrix.triplet}}
rm -rf buildtrees
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
- name: Install deps with VCPKG
run: |
cd vcpkg
git fetch --unshallow
./bootstrap-vcpkg.sh
vcpkg install --triplet ${{matrix.triplet}}
rm -rf buildtrees
Expand Down

0 comments on commit e4dfa02

Please sign in to comment.