From e9e9dae830abdbadb49a16cc72adbf89eba36805 Mon Sep 17 00:00:00 2001 From: Lev Stipakov Date: Fri, 23 Dec 2022 11:33:57 +0200 Subject: [PATCH] Update vcpkg commit id This will bump OpenSSL version to 3.0.7, the same we use for master and release/2.6. Signed-off-by: Lev Stipakov --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index dda3e91..697928f 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -29,7 +29,7 @@ jobs: - name: Restore artifacts, or setup vcpkg (do not install any package) uses: lukka/run-vcpkg@v10 with: - vcpkgGitCommitId: "a5d6d145164e82e67fbf91a4a30f98699d30de63" + vcpkgGitCommitId: "6adca01a3fadca0cc0b80f03ec57c7c3a0be5c02" appendedCacheKey: "${{ matrix.arch }} - ${{ matrix.ossl }}" - name: Run CMake consuming CMakePreset.json and vcpkg.json by mean of vcpkg.