Skip to content

Commit 72e0bd5

Browse files
committed
Bump ci
1 parent 382a068 commit 72e0bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ elif [[ "$os_family" == "macOS" ]]; then
3131
"$ci_dir/install-macos-framework.sh"
3232
fi
3333
elif [[ "$os_family" == "Windows" ]]; then
34-
export CHOCO_LLVM_VERSION=20.1.4 # https://community.chocolatey.org/packages/llvm#versionhistory
34+
export CHOCO_LLVM_VERSION=20.1.7 # https://community.chocolatey.org/packages/llvm#versionhistory
3535
if [[ "${VCPKG_VERSION:-}" != "" ]]; then # vcpkg build
3636
"$ci_dir/install-windows-vcpkg.sh"
3737
else # chocolatey build

0 commit comments

Comments
 (0)