aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-02-21 14:05:48 -0800
committerRob Mensching <rob@firegiant.com>2022-02-22 15:23:07 -0800
commit0740d93ca8be06ec0e5da5b51ceff52f67ab5bf5 (patch)
treecc3639d59e56b9686ac0740a88e1f78dd8ff5dbb
parentf94e47a9e1b6d4366e5d2c8e850067204d0c5dc9 (diff)
downloadwix-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.yml6
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