Skip to content

Commit

Permalink
Update buildArtifacts.yml to fix vcpkg shallow fetch error
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang authored Oct 9, 2024
1 parent 11ad32b commit e7bf51d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@master
Expand Down Expand Up @@ -143,6 +144,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@master
Expand Down

0 comments on commit e7bf51d

Please sign in to comment.