From cd535f0b1e0ea371fe63a209df1ef1fbb2315845 Mon Sep 17 00:00:00 2001 From: OpenVPN Renovate Date: Tue, 5 Nov 2024 21:20:47 +0000 Subject: [PATCH] Update vcpkg digest to 540529c --- .github/workflows/msbuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index e62e236e..9ea269ed 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -23,7 +23,7 @@ jobs: - name: Restore from cache and install vcpkg uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5 with: - vcpkgGitCommitId: 797ae22b76f0e78c3aeb03d625722a0cbfe9f52e + vcpkgGitCommitId: 540529ce2d0bfebe1fe94ea62244b4522020e47d vcpkgJsonGlob: '**/windows/vcpkg.json' - name: Run CMake with vcpkg.json manifest @@ -70,7 +70,7 @@ jobs: - name: Restore from cache and install vcpkg uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5 with: - vcpkgGitCommitId: 797ae22b76f0e78c3aeb03d625722a0cbfe9f52e + vcpkgGitCommitId: 540529ce2d0bfebe1fe94ea62244b4522020e47d vcpkgJsonGlob: '**/mingw/vcpkg.json' - name: Run CMake with vcpkg.json manifest