From e8b521b8632e87878192d821eaa5369fcdc44ee0 Mon Sep 17 00:00:00 2001 From: privatecore Date: Wed, 22 Oct 2025 17:22:33 +0200 Subject: [PATCH] fix(CI/Windows): installer script - update MYSQL version to 8.4.6 (#23348) --- apps/installer/includes/os_configs/windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/installer/includes/os_configs/windows.sh b/apps/installer/includes/os_configs/windows.sh index 279b53eaf..cdba50c27 100644 --- a/apps/installer/includes/os_configs/windows.sh +++ b/apps/installer/includes/os_configs/windows.sh @@ -26,4 +26,4 @@ choco install -y --skip-checksums "${INSTALL_ARGS[@]}" cmake.install -y --insta choco install -y --skip-checksums "${INSTALL_ARGS[@]}" visualstudio2022-workload-nativedesktop choco install -y --skip-checksums "${INSTALL_ARGS[@]}" openssl --force --version=3.5.4 choco install -y --skip-checksums "${INSTALL_ARGS[@]}" boost-msvc-14.3 --force --version=1.87.0 -choco install -y --skip-checksums "${INSTALL_ARGS[@]}" mysql --force --version=8.4.4 +choco install -y --skip-checksums "${INSTALL_ARGS[@]}" mysql --force --version=8.4.6