From dda5dac70b40738f5ee8d345d1bccebcdbbec2b3 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 15 Jun 2024 09:37:38 -0500 Subject: [PATCH] More changes. --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6a96ac0..f8b1e849 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,8 +53,6 @@ jobs: uses: microsoft/setup-msbuild@v1.1 - name: Install WiX run: dotnet tool install --global wix - - name: Build WiX on Windows - run: wix build .\nexus.wxs - name: Setup MSVC uses: ilammy/msvc-dev-cmd@v1 - name: Build the project