Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:

env:
PACKAGE: sdformat16
PACKAGE: gz-rotary-sdformat
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -50,9 +50,9 @@ jobs:
fi
# gz-math7 has problems with swig, remove it for now
brew remove swig || true
brew install --only-dependencies ${PACKAGE};
# install :build dependencies of a formula
brew install $(brew deps --1 --include-build ${PACKAGE})
brew install --only-dependencies --HEAD ${PACKAGE};
# install non-rotary :build dependencies of a formula
brew install $(brew deps --1 --include-build ${PACKAGE} | grep -v gz-rotary-)

- run: mkdir build
- name: cmake
Expand Down
Loading