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 8c511a2 commit a5f25acCopy full SHA for a5f25ac
ci/install.sh
@@ -33,7 +33,7 @@ elif [[ "$os_family" == "macOS" ]]; then
33
"$ci_dir/install-macos-framework.sh"
34
fi
35
elif [[ "$os_family" == "Windows" ]]; then
36
- export CHOCO_LLVM_VERSION=18.1.8
+ export CHOCO_LLVM_VERSION=19.1.3
37
if [[ "${VCPKG_VERSION:-}" != "" ]]; then # vcpkg build
38
"$ci_dir/install-windows-vcpkg.sh"
39
else # chocolatey build
0 commit comments