diff options
author | Rob Mensching <rob@firegiant.com> | 2022-02-21 14:05:48 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-02-22 15:23:07 -0800 |
commit | 0740d93ca8be06ec0e5da5b51ceff52f67ab5bf5 (patch) | |
tree | cc3639d59e56b9686ac0740a88e1f78dd8ff5dbb | |
parent | f94e47a9e1b6d4366e5d2c8e850067204d0c5dc9 (diff) | |
download | wix-0740d93ca8be06ec0e5da5b51ceff52f67ab5bf5.tar.gz wix-0740d93ca8be06ec0e5da5b51ceff52f67ab5bf5.tar.bz2 wix-0740d93ca8be06ec0e5da5b51ceff52f67ab5bf5.zip |
Turn off vsconfig now that everything is in the image
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a9aa795..bee8f654 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -26,9 +26,9 @@ jobs: | |||
26 | with: | 26 | with: |
27 | fetch-depth: 0 | 27 | fetch-depth: 0 |
28 | 28 | ||
29 | - name: Configure Visual Studio | 29 | # - name: Configure Visual Studio |
30 | shell: cmd | 30 | # shell: cmd |
31 | run: ./src/vs_config.cmd | 31 | # run: ./src/vs_config.cmd |
32 | 32 | ||
33 | - name: Build wix4 | 33 | - name: Build wix4 |
34 | shell: cmd | 34 | shell: cmd |