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 382a068 commit 72e0bd5Copy full SHA for 72e0bd5
ci/install.sh
@@ -31,7 +31,7 @@ elif [[ "$os_family" == "macOS" ]]; then
31
"$ci_dir/install-macos-framework.sh"
32
fi
33
elif [[ "$os_family" == "Windows" ]]; then
34
- export CHOCO_LLVM_VERSION=20.1.4 # https://community.chocolatey.org/packages/llvm#versionhistory
+ export CHOCO_LLVM_VERSION=20.1.7 # https://community.chocolatey.org/packages/llvm#versionhistory
35
if [[ "${VCPKG_VERSION:-}" != "" ]]; then # vcpkg build
36
"$ci_dir/install-windows-vcpkg.sh"
37
else # chocolatey build
0 commit comments