From d7eec4b9f0fd56959b5c4bb1d0ad9efe40b7cee7 Mon Sep 17 00:00:00 2001 From: Bo3b Johnson Date: Sat, 24 Aug 2024 23:58:41 -0700 Subject: [PATCH] Update zip_release.yml Remove specific version check, default should be vs2022 right now at least. --- .github/workflows/zip_release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/zip_release.yml b/.github/workflows/zip_release.yml index 3d47e68f..5afe6f0c 100644 --- a/.github/workflows/zip_release.yml +++ b/.github/workflows/zip_release.yml @@ -33,8 +33,9 @@ jobs: - name: Add MSBuild for vs2022 to PATH uses: microsoft/setup-msbuild@v2 - with: - vs-version: '2022' +# vs2022 should be there in 'windows-latest' +# with: +# vs-version: '2022' # - name: Setup NuGet.exe for use with actions