Skip to content

Commit 6829236

Browse files
committed
fix(GitHub workflows - MSVC): update setup msbuild action version
1 parent 3db67cc commit 6829236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
4040
4141
- name: Setup MSBuild (VS 2022 Preview)
42-
uses: microsoft/setup-msbuild@v1
42+
uses: microsoft/setup-msbuild@v2
4343
with:
4444
vs-version: "[17.12,17.13)" # Visual Studio 2022 (17)
4545
vs-prerelease: true

0 commit comments

Comments
 (0)