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 77fbe22 commit 6cc8a49Copy full SHA for 6cc8a49
ci/install.sh
@@ -21,7 +21,7 @@ elif [[ "$OS_FAMILY" == "macOS" ]]; then
21
"$ci_dir/install-macos-framework.sh"
22
fi
23
elif [[ "$OS_FAMILY" == "Windows" ]]; then
24
- export CHOCO_LLVM_VERSION=18.1.2
+ export CHOCO_LLVM_VERSION=18.1.6
25
if [[ "${VCPKG_VERSION:-}" != "" ]]; then # vcpkg build
26
"$ci_dir/install-windows-vcpkg.sh"
27
else # chocolatey build
0 commit comments