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 6784a7e commit ef31ca5Copy full SHA for ef31ca5
.github/workflows/opencv-rust.yml
@@ -68,7 +68,7 @@ jobs:
68
- windows-2022
69
- macos-14
70
vcpkg-version:
71
- - 2024.07.12
+ - 2024.09.30
72
runs-on: ${{ matrix.os-image }}
73
env:
74
VCPKG_VERSION: ${{ matrix.vcpkg-version }}
ci/install.sh
@@ -33,7 +33,7 @@ elif [[ "$os_family" == "macOS" ]]; then
33
"$ci_dir/install-macos-framework.sh"
34
fi
35
elif [[ "$os_family" == "Windows" ]]; then
36
- export CHOCO_LLVM_VERSION=18.1.8
+ export CHOCO_LLVM_VERSION=19.1.2
37
if [[ "${VCPKG_VERSION:-}" != "" ]]; then # vcpkg build
38
"$ci_dir/install-windows-vcpkg.sh"
39
else # chocolatey build
0 commit comments