Skip to content

Commit

Permalink
grrr
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Nov 22, 2024
1 parent 3106d39 commit a782c35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ jobs:
# 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.
brew install --only-dependencies ${{ inputs.formula }}
# without this link step this fails on macos-15 runner
# without this install+link step, the job fails on CI runners
brew install pkgconf
brew link --overwrite pkgconf
brew install --build-bottle ${{ inputs.formula }}
brew bottle --json --root-url $ROOT_URL ${{ inputs.formula }}
Expand Down

0 comments on commit a782c35

Please sign in to comment.