Skip to content

Commit 6cc8a49

Browse files
committed
Bump CI
1 parent 77fbe22 commit 6cc8a49

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
@@ -21,7 +21,7 @@ elif [[ "$OS_FAMILY" == "macOS" ]]; then
2121
"$ci_dir/install-macos-framework.sh"
2222
fi
2323
elif [[ "$OS_FAMILY" == "Windows" ]]; then
24-
export CHOCO_LLVM_VERSION=18.1.2
24+
export CHOCO_LLVM_VERSION=18.1.6
2525
if [[ "${VCPKG_VERSION:-}" != "" ]]; then # vcpkg build
2626
"$ci_dir/install-windows-vcpkg.sh"
2727
else # chocolatey build

0 commit comments

Comments
 (0)