Skip to content

Commit

Permalink
Upgrade brew packages before installing required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Jan 24, 2024
1 parent 7d100cd commit 6ce75ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
# brew link --overwrite [email protected]
if: matrix.os == 'macos-13'
run: |
brew install libpng libjpeg-turbo libdc1394 opencv pcl librealsense zbar pkg-config nlohmann-json
brew link --overwrite [email protected]
brew update
brew upgrade
brew install libpng libjpeg-turbo libdc1394 pcl librealsense zbar pkg-config nlohmann-json
brew install opencv
- name: Install java dependencies
run: |
Expand Down

0 comments on commit 6ce75ae

Please sign in to comment.