From 0740d93ca8be06ec0e5da5b51ceff52f67ab5bf5 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 21 Feb 2022 14:05:48 -0800 Subject: Turn off vsconfig now that everything is in the image --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') 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: with: fetch-depth: 0 - - name: Configure Visual Studio - shell: cmd - run: ./src/vs_config.cmd + # - name: Configure Visual Studio + # shell: cmd + # run: ./src/vs_config.cmd - name: Build wix4 shell: cmd -- cgit v1.2.3-55-g6feb