Skip to content

Commit c30b377

Browse files
committed
:(
1 parent d935eef commit c30b377

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
# flann, ml, objdetect, photo, stitching, video, videoio, etc.
109109
- name: Install OpenCV via vcpkg
110110
if: steps.vcpkg-installed.outputs.cache-hit != 'true'
111-
run: vcpkg install "opencv:x64-windows-static[core]" --no-default-features
111+
run: vcpkg install "opencv:x64-windows-static"
112112

113113
# Cache FetchContent downloads (nlohmann_json tarball)
114114
- name: Cache FetchContent

0 commit comments

Comments
 (0)