diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 6c3832fe4..31b9a052c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -11,7 +11,7 @@ jobs: build: env: - PACKAGE: sdformat16 + PACKAGE: gz-rotary-sdformat runs-on: macos-latest steps: - uses: actions/checkout@v3 @@ -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