Skip to content

Commit 46cbfd3

Browse files
dschogitster
authored andcommitted
ci: bump microsoft/setup-msbuild from v1 to v2
The main benefit: The new version uses a node.js version that is not yet deprecated. Links: - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md) - [Commits](microsoft/setup-msbuild@v1...v2) This patch was originally by GitHub's Dependabot, but I cannot attribute that bot properly because it has no dedicated email address. Probably because it hasn't reached legal age yet, or something. Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 39bf06a commit 46cbfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
Expand-Archive compat.zip -DestinationPath . -Force
191191
Remove-Item compat.zip
192192
- name: add msbuild to PATH
193-
uses: microsoft/setup-msbuild@v1
193+
uses: microsoft/setup-msbuild@v2
194194
- name: copy dlls to root
195195
shell: cmd
196196
run: compat\vcbuild\vcpkg_copy_dlls.bat release

0 commit comments

Comments
 (0)