diff options
author | Rob Mensching <rob@firegiant.com> | 2023-04-18 15:24:24 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-04-18 15:33:29 -0700 |
commit | 282576fe225b7673214a167631193a17c2a2ead7 (patch) | |
tree | 5acf64853a8513150809b4fe28b17cccbde8b938 /.github | |
parent | be3e3294cc62b622a67acfc206d1a98b1a41a0cc (diff) | |
download | wix-282576fe225b7673214a167631193a17c2a2ead7.tar.gz wix-282576fe225b7673214a167631193a17c2a2ead7.tar.bz2 wix-282576fe225b7673214a167631193a17c2a2ead7.zip |
Attempt to fix develop build
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 3 insertions, 4 deletions
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: | |||
25 | name: Build | 25 | name: Build |
26 | runs-on: windows-2022 | 26 | runs-on: windows-2022 |
27 | steps: | 27 | steps: |
28 | - name: Clone repo (shallow) | 28 | - name: Checkout code |
29 | uses: actions/checkout@v3 | 29 | uses: actions/checkout@v3 |
30 | 30 | with: | |
31 | - name: Fetch code | 31 | fetch-depth: 0 |
32 | run: git fetch --shallow-exclude=v4.0.0 | ||
33 | 32 | ||
34 | # - name: Configure Visual Studio | 33 | # - name: Configure Visual Studio |
35 | # shell: cmd | 34 | # shell: cmd |