File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " web-eid-app" ,
3+ "dependencies" : [" openssl" , " gtest" ],
4+ "builtin-baseline" : " bc38a15b0bee8bc48a49ea267cc32fbb49aedfc4"
5+ }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments