Commit 565bd1c 1 parent 03ef2bf commit 565bd1c Copy full SHA for 565bd1c
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,14 @@ jobs:
76
76
- name : Install Native Dependencies (Windows)
77
77
if : matrix.platform.name == 'Windows'
78
78
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
80
80
7z x vcpkg.7z -y -bb0
81
81
xcopy .\vcpkg $env:VCPKG_INSTALLATION_ROOT /s /e /h /y /q
82
82
vcpkg integrate install
83
83
echo "VCPKGRS_DYNAMIC=1" >> "$env:GITHUB_ENV"
84
84
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" >> "$env:GITHUB_ENV"
85
85
echo "$env:VCPKG_INSTALLATION_ROOT\installed\x64-windows\lib" >> "$env:GITHUB_PATH"
86
+ echo "MYSQLCLIENT_VERSION=8.0.39" >> "$env:GITHUB_ENV"
86
87
87
88
- name : Install NASM (Windows)
88
89
if : matrix.platform.name == 'Windows'
You can’t perform that action at this time.
0 commit comments