Skip to content

Commit b9e6423

Browse files
dependabot[bot]dscho
authored andcommitted
build(deps): bump microsoft/setup-msbuild from 1 to 2
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1 to 2. - [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) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 97dde63 commit b9e6423

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)