Shallow clone vcpkg

This commit is contained in:
qurious-pixel 2023-11-08 16:29:24 -08:00 committed by James
parent eb146c53a0
commit 7216269309

View file

@ -26,6 +26,12 @@ jobs:
- name: Initialise
run: mkdir build
- name: "Fetch full history for vcpkg submodule"
run: |
cd dependencies/vcpkg
git fetch --unshallow
git pull --all
- name: 'Setup vcpkg'
run: ./libraries/vcpkg/bootstrap-vcpkg.bat