Skip to content

Commit 5da4761

Browse files
committed
Action
Signed-off-by: Raul Metsma <[email protected]>
1 parent 18931c8 commit 5da4761

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/vcpkg.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "web-eid-app",
3+
"dependencies": ["openssl", "gtest"],
4+
"builtin-baseline": "bc38a15b0bee8bc48a49ea267cc32fbb49aedfc4"
5+
}

.github/workflows/cmake-windows.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Prepare vcpkg and libraries
18-
uses: lukka/run-vcpkg@v7
18+
uses: lukka/run-vcpkg@v11
1919
with:
20-
vcpkgArguments: gtest:x64-windows openssl:x64-windows
21-
vcpkgTriplet: x64-windows
22-
vcpkgGitCommitId: 031ad89ce6c575df35a8e58707ad2c898446c63e
20+
vcpkgJsonGlob: .github/vcpkg.json
21+
runVcpkgInstall: true
2322

2423
- name: Configure CMake
2524
run: cmake -A x64 "-DCMAKE_TOOLCHAIN_FILE=${env:VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_BUILD_TYPE=${env:BUILD_TYPE}" -S . -B build

0 commit comments

Comments
 (0)