From 90284c07eef38f8236b985025947eb4c4a279fbe Mon Sep 17 00:00:00 2001 From: Juan Lopez Fernandez Date: Tue, 21 Nov 2023 15:51:19 +0100 Subject: [PATCH] Upgrade vcpkg version Signed-off-by: Juan Lopez Fernandez --- .github/actions/install_mcap_dependencies/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/install_mcap_dependencies/action.yml b/.github/actions/install_mcap_dependencies/action.yml index fdb58945e..96790c79b 100644 --- a/.github/actions/install_mcap_dependencies/action.yml +++ b/.github/actions/install_mcap_dependencies/action.yml @@ -29,10 +29,10 @@ runs: - name: Install vcpkg if: runner.os == 'Windows' - uses: lukka/run-vcpkg@v10 + uses: lukka/run-vcpkg@v11 with: vcpkgDirectory: '${{ github.workspace }}/vcpkg' - vcpkgGitCommitId: '64fabc9401d9296273ed67cd8c39f92c113f9ea5' + vcpkgGitCommitId: 'a42af01b72c28a8e1d7b48107b33e4f286a55ef6' - name: Install lz4 and zstd if: runner.os == 'Windows'