-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,11 +50,12 @@ jobs: | |
# | ||
# To force the link and overwrite all conflicting files: | ||
# brew link --overwrite [email protected] | ||
# | ||
# Fix proposed in https://github.com/actions/runner-images/issues/6817 | ||
if: matrix.os == 'macos-13' | ||
run: | | ||
brew update | ||
sudo rm /usr/local/bin/2to3-3.12 | ||
brew upgrade | ||
brew upgrade || true | ||
brew install libpng libjpeg-turbo libdc1394 pcl librealsense zbar pkg-config nlohmann-json | ||
brew install opencv | ||
|