Skip to content

Commit

Permalink
CI: Manual unshallow of vcpkg is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Exzap committed Aug 8, 2024
1 parent 598298c commit 7fd5324
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
submodules: "recursive"
fetch-depth: 0

- name: "Fetch full history for vcpkg submodule"
run: |
cd dependencies/vcpkg
git fetch --unshallow
- name: Setup release mode parameters (for deploy)
if: ${{ inputs.deploymode == 'release' }}
run: |
Expand Down Expand Up @@ -133,11 +128,6 @@ jobs:
with:
submodules: "recursive"

- name: "Fetch full history for vcpkg submodule"
run: |
cd dependencies/vcpkg
git fetch --unshallow
- name: Setup release mode parameters (for deploy)
if: ${{ inputs.deploymode == 'release' }}
run: |
Expand Down Expand Up @@ -212,11 +202,6 @@ jobs:
with:
submodules: "recursive"

- name: "Fetch full history for vcpkg submodule"
run: |
cd dependencies/vcpkg
git fetch --unshallow
- name: Setup release mode parameters (for deploy)
if: ${{ inputs.deploymode == 'release' }}
run: |
Expand Down

0 comments on commit 7fd5324

Please sign in to comment.