Skip to content

Commit 10cce0b

Browse files
committed
Initialize vcpkg to have an unshallow repository
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent 76eea0e commit 10cce0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_steps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
- name: Checkout
7171
uses: actions/[email protected]
7272
with:
73-
submodules: recursive # Just in case a dep has its own third-party deps
73+
submodules: recursive
74+
fetch-depth: 0 # Ensure full history for vcpkg
7475

7576
- name: Configure sccache
7677
uses: mozilla-actions/[email protected]

0 commit comments

Comments
 (0)