@joebigelow / wix-1 / commits / 0740d93c

Turn off vsconfig now that everything is in the image

Rob Mensching committed Feb 21, 2022 at 14:05 UTC 0740d93ca8be06ec0e5da5b51ceff52f67ab5bf5
1 file changed +3 -3
.github/workflows/build.yml
+3 -3
@@ -26,9 +26,9 @@ jobs:
26 with:
27 fetch-depth: 0
28
29 - - name: Configure Visual Studio
30 - shell: cmd
31 - run: ./src/vs_config.cmd
29 + # - name: Configure Visual Studio
30 + # shell: cmd
31 + # run: ./src/vs_config.cmd
32
33 - name: Build wix4
34 shell: cmd