Skip to content

Commit

Permalink
Bump CI
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed Oct 22, 2024
1 parent 8c511a2 commit a5f25ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ elif [[ "$os_family" == "macOS" ]]; then
"$ci_dir/install-macos-framework.sh"
fi
elif [[ "$os_family" == "Windows" ]]; then
export CHOCO_LLVM_VERSION=18.1.8
export CHOCO_LLVM_VERSION=19.1.3
if [[ "${VCPKG_VERSION:-}" != "" ]]; then # vcpkg build
"$ci_dir/install-windows-vcpkg.sh"
else # chocolatey build
Expand Down

0 comments on commit a5f25ac

Please sign in to comment.