Skip to content

Commit c1546f3

Browse files
authored
Update msbuild.yml
1 parent 3bdd525 commit c1546f3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/msbuild.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ jobs:
2929
runs-on: windows-latest
3030

3131
steps:
32-
- uses: lukka/get-cmake@latest
33-
34-
- name: Setup anew (or from cache) vcpkg (and does not build any package)
35-
uses: lukka/run-vcpkg@v11 # Always specify the specific _version_ of the
36-
37-
3832
- uses: actions/checkout@v4
3933

34+
- uses: lukka/get-cmake@latest
35+
36+
- name: Run vcpkg
37+
uses: lukka/run-vcpkg@v4
38+
with:
39+
runVcpkgInstall: true
40+
vcpkgJsonGlob: '**/vcpkg/vcpkg.json'
41+
4042
- name: Add MSBuild to PATH
4143
uses: microsoft/[email protected]
4244

0 commit comments

Comments
 (0)