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