We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bdd525 commit c1546f3Copy full SHA for c1546f3
.github/workflows/msbuild.yml
@@ -29,14 +29,16 @@ jobs:
29
runs-on: windows-latest
30
31
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
38
- uses: actions/checkout@v4
39
+ - uses: lukka/get-cmake@latest
+
+ - name: Run vcpkg
+ uses: lukka/run-vcpkg@v4
+ with:
+ runVcpkgInstall: true
40
+ vcpkgJsonGlob: '**/vcpkg/vcpkg.json'
41
42
- name: Add MSBuild to PATH
43
uses: microsoft/[email protected]
44
0 commit comments