Skip to content

Commit

Permalink
CI: fixed "failed to unpack tree object" issue with some vcpkg packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Sep 25, 2023
1 parent 298bcdd commit dec75b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Create build environment
# Some projects don't allow in-source building, so create a separate build directory
Expand Down

0 comments on commit dec75b6

Please sign in to comment.