Skip to content

Commit eeb9c78

Browse files
authored
Update msbuild.yml
1 parent 4de92cb commit eeb9c78

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/msbuild.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333

34-
- uses: lukka/get-cmake@latest
35-
- name: Run vcpkg
36-
uses: lukka/run-vcpkg@v11
34+
- name: vcpkg build
35+
uses: johnwason/vcpkg-action@v6
36+
id: vcpkg
3737
with:
38-
runVcpkgInstall: true
39-
vcpkgJsonGlob: '**\vcpkg.json'
38+
pkgs: openssl-windows
39+
triplet: x64-window
40+
token: ${{ github.token }}
41+
github-binarycache: true
4042

4143
- name: Add MSBuild to PATH
4244
uses: microsoft/[email protected]

0 commit comments

Comments
 (0)