Update vcpkg blob URL in Windows CI step.

This commit is contained in:
Sergio Benitez 2024-03-04 18:28:47 -08:00
parent 001815889d
commit 4f12bfb633
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ jobs:
- name: Install Native Dependencies (Windows) - name: Install Native Dependencies (Windows)
if: matrix.platform.name == 'Windows' if: matrix.platform.name == 'Windows'
run: | 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 7z x vcpkg.7z -y -bb0
xcopy .\vcpkg $env:VCPKG_INSTALLATION_ROOT /s /e /h /y /q xcopy .\vcpkg $env:VCPKG_INSTALLATION_ROOT /s /e /h /y /q
vcpkg integrate install vcpkg integrate install