Skip to content

Commit

Permalink
Restore checkout depth
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Gouache committed Sep 25, 2024
1 parent f381859 commit c0ca8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/hosted-ninja-vcpkg_submod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- uses: lukka/[email protected]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hosted-pure-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: "Create directory '${{ env.VCPKG_DEFAULT_BINARY_CACHE }}'"
run: mkdir -p $VCPKG_DEFAULT_BINARY_CACHE
Expand Down

0 comments on commit c0ca8dc

Please sign in to comment.