Skip to content

Commit

Permalink
unshallow
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed May 24, 2024
1 parent 977fb86 commit ee1a982
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ jobs:
- run: |
mkdir -p ${{ github.workspace }}/vcpkg_cache
- name: Unshallow vcpkg for action
run: |
pushd vcpkg
git fetch --unshallow
- name: vcpkg
uses: lukka/run-vcpkg@v11

Expand Down

0 comments on commit ee1a982

Please sign in to comment.