From: Lev Stipakov <l...@openvpn.net> This allows us to use newer versions of dependencies, such as openssl 3.0.2 -> 3.0.5.
Signed-off-by: Lev Stipakov <l...@openvpn.net> --- .github/workflows/build.yaml | 2 +- src/openvpn/vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 49b7d6d1..f42469af 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -335,7 +335,7 @@ jobs: - name: Restore artifacts, or setup vcpkg (do not install any package) uses: lukka/run-vcpkg@v10 with: - vcpkgGitCommitId: '4b766c1cd17205e1b768c4fadfd5f867c1d0510e' + vcpkgGitCommitId: '9259a0719d94c402aae2ab7975bc096afdec15df' appendedCacheKey: '${{matrix.triplet}}' - name: Run MSBuild consuming vcpkg.json diff --git a/src/openvpn/vcpkg.json b/src/openvpn/vcpkg.json index 5489d146..40db1fd2 100644 --- a/src/openvpn/vcpkg.json +++ b/src/openvpn/vcpkg.json @@ -9,5 +9,5 @@ "lz4", "pkcs11-helper" ], - "builtin-baseline": "4b766c1cd17205e1b768c4fadfd5f867c1d0510e" + "builtin-baseline": "9259a0719d94c402aae2ab7975bc096afdec15df" } -- 2.23.0.windows.1 _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel