From 282576fe225b7673214a167631193a17c2a2ead7 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 18 Apr 2023 15:24:24 -0700 Subject: Attempt to fix develop build --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 466cc796..47297ac5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,11 +25,10 @@ jobs: name: Build runs-on: windows-2022 steps: - - name: Clone repo (shallow) + - name: Checkout code uses: actions/checkout@v3 - - - name: Fetch code - run: git fetch --shallow-exclude=v4.0.0 + with: + fetch-depth: 0 # - name: Configure Visual Studio # shell: cmd -- cgit v1.2.3-55-g6feb