Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Nov 21, 2024
1 parent ba97fa7 commit 2f66b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
brew tap viamrobotics/brews
# note: this fails on the nlopt dep to viam-server when viam-server already exists as bottle in the formula file.
# weird edge case. recovery is to remove the bottle stanza and delete the uploaded package, then rerun.
# note: --overwrite is necessary on macos-15 CI runners where pkg-config is already present; otherwise build fails.
brew install --overwrite --only-dependencies ${{ inputs.formula }}
# without --force, build fails on macos 15 runner with brew link error
brew install --force --only-dependencies ${{ inputs.formula }}
brew install --build-bottle ${{ inputs.formula }}
brew bottle --json --root-url $ROOT_URL ${{ inputs.formula }}
Expand Down

0 comments on commit 2f66b3a

Please sign in to comment.