From 02a903b16f7a95354afde3f51b851d38785be867 Mon Sep 17 00:00:00 2001 From: sudlud Date: Mon, 3 Feb 2025 22:01:14 +0100 Subject: [PATCH] fix(CI/Windows): fix windows build (#21322) --- apps/installer/includes/os_configs/windows.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/installer/includes/os_configs/windows.sh b/apps/installer/includes/os_configs/windows.sh index 7687739d7..39d8eca6b 100644 --- a/apps/installer/includes/os_configs/windows.sh +++ b/apps/installer/includes/os_configs/windows.sh @@ -1,6 +1,6 @@ # install chocolatey before -@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" +# powershell.exe -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" # install automatically following packages: # cmake @@ -24,7 +24,7 @@ fi choco install -y --skip-checksums $INSTALL_ARGS cmake.install -y --installargs 'ADD_CMAKE_TO_PATH=System' choco install -y --skip-checksums $INSTALL_ARGS visualstudio2022-workload-nativedesktop -choco install -y --skip-checksums $INSTALL_ARGS openssl --version=3.1.1 -choco install -y --skip-checksums $INSTALL_ARGS boost-msvc-14.3 --version=1.82.0 -choco install -y --skip-checksums $INSTALL_ARGS mysql --version=8.0.31 +choco install -y --skip-checksums $INSTALL_ARGS openssl --force --version=3.3.2 +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