Skip to content

Commit 565bd1c

Browse files
committed
Fix Windows CI: update vcpkg dependency bundle.
1 parent 03ef2bf commit 565bd1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,14 @@ jobs:
7676
- name: Install Native Dependencies (Windows)
7777
if: matrix.platform.name == 'Windows'
7878
run: |
79-
curl -fsLS -o vcpkg.7z https://blob.rocket.rs/vcpkg-2019-07-05.7z
79+
curl -fsLS -o vcpkg.7z https://blob.rocket.rs/vcpkg-2024-08-16.7z
8080
7z x vcpkg.7z -y -bb0
8181
xcopy .\vcpkg $env:VCPKG_INSTALLATION_ROOT /s /e /h /y /q
8282
vcpkg integrate install
8383
echo "VCPKGRS_DYNAMIC=1" >> "$env:GITHUB_ENV"
8484
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" >> "$env:GITHUB_ENV"
8585
echo "$env:VCPKG_INSTALLATION_ROOT\installed\x64-windows\lib" >> "$env:GITHUB_PATH"
86+
echo "MYSQLCLIENT_VERSION=8.0.39" >> "$env:GITHUB_ENV"
8687
8788
- name: Install NASM (Windows)
8889
if: matrix.platform.name == 'Windows'

0 commit comments

Comments
 (0)