From 92ab06ed01f2a7c2e75d6ca7282e08d5b70626e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Tue, 8 Jul 2025 15:51:04 +0200 Subject: [PATCH] [ci] Windows: Update vcpkg archive with 2025.07.08 tag --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 61ac9d7c07..574fb07916 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -203,7 +203,7 @@ jobs: uses: suisei-cn/actions-download-file@v1.3.0 id: vcpkgDownload with: - url: "https://github.com/alicevision/vcpkg/releases/download/2025.06.18/aliceVisionDeps-2025.06.18.zip" + url: "https://github.com/alicevision/vcpkg/releases/download/2025.07.08/aliceVisionDeps-2025.07.08.zip" target: "${{ env.vcpkgDir }}" filename: installed.zip