CI: macos pin opencv4 till #1732 is merged (#1740)

This commit is contained in:
matlabbe
2026-07-16 15:10:57 -07:00
committed by GitHub
parent 6a605b3be1
commit 0a41263fba

View File

@@ -38,7 +38,7 @@ jobs:
- name: Install Brew Dependencies - name: Install Brew Dependencies
run: | run: |
# Update brew and install from Brewfile if present, or specific packages # Update brew and install from Brewfile if present, or specific packages
brew install pcl opencv octomap pdal yaml-cpp librealsense libfreenect libusb zlib libomp suite-sparse ceres-solver brew install pcl opencv@4 octomap pdal yaml-cpp librealsense libfreenect libusb zlib libomp suite-sparse ceres-solver
- name: Install Source Dependencies - name: Install Source Dependencies
# Build (and per-dependency cache) the source-only deps not available from # Build (and per-dependency cache) the source-only deps not available from