Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
brew config
brew tap viamrobotics/brews
brew install pkg-config
# Github's action runners pre-install a different version of cmake, and (as of September
# 2025), installing nlopt-static will fail if the wrong version of cmake is preinstalled.
brew uninstall cmake
brew install nlopt-static
brew install x264
- name: build
Expand Down
Loading