@joebigelow / wix / commits / 282576fe

Attempt to fix develop build

Rob Mensching committed Apr 18, 2023 at 15:24 UTC 282576fe225b7673214a167631193a17c2a2ead7
1 file changed +3 -4
.github/workflows/build.yml
+3 -4
@@ -25,11 +25,10 @@ jobs:
25 name: Build
26 runs-on: windows-2022
27 steps:
28 - - name: Clone repo (shallow)
28 + - name: Checkout code
29 uses: actions/checkout@v3
30 -
31 - - name: Fetch code
32 - run: git fetch --shallow-exclude=v4.0.0
30 + with:
31 + fetch-depth: 0
32
33 # - name: Configure Visual Studio
34 # shell: cmd