Skip to content

Commit

Permalink
barkeep another
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Nov 22, 2024
1 parent a782c35 commit d264093
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
brew install --only-dependencies ${{ inputs.formula }}
# without this install+link step, the job fails on CI runners
brew install pkgconf
brew link --overwrite pkgconf
# brew install pkgconf
# brew link --overwrite pkgconf
brew install --build-bottle ${{ inputs.formula }}
brew install --overwrite --build-bottle ${{ inputs.formula }}
brew bottle --json --root-url $ROOT_URL ${{ inputs.formula }}
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d264093

Please sign in to comment.