diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 2823397a..8ab020e0 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -28,7 +28,7 @@ jobs: - name: "Fetch full history for vcpkg submodule" run: | - cd dependencies/vcpkg + cd libraries/vcpkg git fetch --unshallow git pull --all