From b915a2be2610ab91ebdb89c10d2911b7e9f9dc95 Mon Sep 17 00:00:00 2001 From: SNMetamorph <25657591+SNMetamorph@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:49:39 +0400 Subject: [PATCH] ci: trying to fix error with vcpkg physx package --- .github/workflows/nightly-builds.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index ef59ddaa..0e6c42d5 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -16,9 +16,10 @@ jobs: steps: - 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 @@ -68,9 +69,10 @@ jobs: steps: - 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