We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5e4b7 commit 4f2494cCopy full SHA for 4f2494c
ci/install.sh
@@ -40,7 +40,7 @@ elif [[ "$os_family" == "macOS" ]]; then
40
"$ci_dir/install-macos-framework.sh"
41
fi
42
elif [[ "$os_family" == "Windows" ]]; then
43
- export CHOCO_LLVM_VERSION=18.1.8
+ export CHOCO_LLVM_VERSION=19.1.5
44
if [[ "${VCPKG_VERSION:-}" != "" ]]; then # vcpkg build
45
"$ci_dir/install-windows-vcpkg.sh"
46
else # chocolatey build
0 commit comments