From 974df147aee36191e77b16d3d9dcc8a212dff97a Mon Sep 17 00:00:00 2001 From: OpenVPN Renovate Date: Tue, 16 Dec 2025 04:40:51 +0000 Subject: [PATCH] chore(deps): update vcpkg digest to 2b6a882 --- .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..7d6e47463da 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: 2b6a882f61eaa764ec3cf816e2265fe804a44cd0 - 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: 2b6a882f61eaa764ec3cf816e2265fe804a44cd0 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: 2b6a882f61eaa764ec3cf816e2265fe804a44cd0 vcpkgJsonGlob: '**/windows/vcpkg.json' - name: Run CMake with vcpkg.json manifest (NO TESTS)