From 295362ed6bfc9d692e036ee719d8a2faa88ddc6c Mon Sep 17 00:00:00 2001 From: OpenVPN Renovate Date: Wed, 1 Jan 2025 01:42:32 +0000 Subject: [PATCH] Update vcpkg digest to 4b6c50d --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 90d520231a0..75c366deb84 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -54,7 +54,7 @@ jobs: - name: Restore from cache and install vcpkg uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5 with: - vcpkgGitCommitId: 80d54ff62d528339c626a6fbc3489a7f25956ade + vcpkgGitCommitId: 4b6c50d962cc20aaa3ef457f8ba683b586263cfb vcpkgJsonGlob: '**/mingw/vcpkg.json' - name: Run CMake with vcpkg.json manifest @@ -276,7 +276,7 @@ jobs: - name: Restore artifacts, or setup vcpkg (do not install any package) uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5 with: - vcpkgGitCommitId: 80d54ff62d528339c626a6fbc3489a7f25956ade + vcpkgGitCommitId: 4b6c50d962cc20aaa3ef457f8ba683b586263cfb vcpkgJsonGlob: '**/windows/vcpkg.json' - name: Run CMake with vcpkg.json manifest (NO TESTS)