Skip to content

Commit

Permalink
Update macos build script
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Jan 3, 2024
1 parent 31ba504 commit 67ecf5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Install dependencies"
run: brew tap robotology/formulae && brew install qt5 protobuf robotology/formulae/ode
run: brew tap robotology/formulae && brew install cmake pkg-config qt@5 protobuf@21 robotology/formulae/ode
- name: "Build"
run: make
env:
Qt5_DIR: /usr/local/opt/qt5/lib/cmake/Qt5

build-windows:
runs-on: windows-latest
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ brew install cmake
brew install pkg-config
brew tap robotology/formulae
brew install robotology/formulae/ode
brew install qt
brew install protobuf
brew install qt@5
brew install protobuf@21
```

If you run into build issues, you may need to run this first:
Expand Down

0 comments on commit 67ecf5d

Please sign in to comment.