From 4f12bfb633736156fe941cb3ef41ad4ab62d0b67 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Mon, 4 Mar 2024 18:28:47 -0800 Subject: [PATCH] Update vcpkg blob URL in Windows CI step. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7a0f5cd..b01581f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: Install Native Dependencies (Windows) if: matrix.platform.name == 'Windows' run: | - curl -fsS -o vcpkg.7z https://rocket.rs/static/vcpkg-2019-07-05.7z + curl -fsLS -o vcpkg.7z https://blob.rocket.rs/vcpkg-2019-07-05.7z 7z x vcpkg.7z -y -bb0 xcopy .\vcpkg $env:VCPKG_INSTALLATION_ROOT /s /e /h /y /q vcpkg integrate install