From dbbce9a1a489419271dad960757f764e4ad5508d Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 16 Apr 2023 10:25:23 -0700 Subject: Start WiX Toolset v5 --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80082b2b..13792747 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,10 +25,11 @@ jobs: name: Build runs-on: windows-2022 steps: - - name: Checkout code + - name: Clone repo (shallow) uses: actions/checkout@v3 - with: - fetch-depth: 0 + + - name: Fetch code + run: git fetch --shallow-exclude=v4.0.0 # - name: Configure Visual Studio # shell: cmd -- cgit v1.2.3-55-g6feb