Skip to content

Commit

Permalink
9th time
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Nov 22, 2024
1 parent d264093 commit 6adc4ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: build bottle
run: |
brew install --force --overwrite pkg-config
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.
Expand All @@ -46,7 +47,7 @@ jobs:
# brew install pkgconf
# brew link --overwrite pkgconf
brew install --overwrite --build-bottle ${{ inputs.formula }}
brew install --build-bottle ${{ inputs.formula }}
brew bottle --json --root-url $ROOT_URL ${{ inputs.formula }}
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6adc4ea

Please sign in to comment.