From 9534f374451720cc31b228b033d4325ba4781a0e Mon Sep 17 00:00:00 2001 From: OpenVPN Renovate Date: Wed, 17 Dec 2025 09:35:15 +0000 Subject: [PATCH] chore(deps): update vcpkg digest to be2e197 --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ce730f64dca..971ca091248 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -49,7 +49,7 @@ jobs: - name: Install vcpkg uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5 with: - vcpkgGitCommitId: 3bbc2809d3625cb83a0d7cbd413bd6ad769d46d4 + vcpkgGitCommitId: be2e197ea5bc32028dad3c651053ed926d91a2d7 - name: Install dependencies run: ${VCPKG_ROOT}/vcpkg install openssl lz4 cmocka - name: configure OpenVPN with cmake @@ -84,7 +84,7 @@ jobs: - name: Restore from cache and install vcpkg uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5 with: - vcpkgGitCommitId: 3bbc2809d3625cb83a0d7cbd413bd6ad769d46d4 + vcpkgGitCommitId: be2e197ea5bc32028dad3c651053ed926d91a2d7 vcpkgJsonGlob: '**/mingw/vcpkg.json' - name: Run CMake with vcpkg.json manifest @@ -272,7 +272,7 @@ jobs: - name: Restore artifacts, or setup vcpkg (do not install any package) uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5 with: - vcpkgGitCommitId: 3bbc2809d3625cb83a0d7cbd413bd6ad769d46d4 + vcpkgGitCommitId: be2e197ea5bc32028dad3c651053ed926d91a2d7 vcpkgJsonGlob: '**/windows/vcpkg.json' - name: Run CMake with vcpkg.json manifest (NO TESTS)