Skip to content

Commit

Permalink
Fix msbuild version string
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Jul 11, 2022
1 parent 7e51c76 commit 4f09452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: matrix.platform == 'windows-latest'
uses: microsoft/setup-msbuild@v1.1
with:
vs-version: '[16.1, 16.11, 17.2'
vs-version: '[16.1, 16.11, 17.2)'
- name: Install dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit 4f09452

Please sign in to comment.