Skip to content

Commit

Permalink
Update zip_release.yml
Browse files Browse the repository at this point in the history
Remove specific version check, default should be vs2022 right now at least.
  • Loading branch information
bo3b authored Aug 25, 2024
1 parent 599cd27 commit d7eec4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/zip_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7eec4b

Please sign in to comment.