Skip to content

Commit

Permalink
fix(ci): fix brew test for publish (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao authored May 30, 2023
1 parent 5bd28d3 commit 9d9a229
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
pr-pull:
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
runs-on: ubuntu-22.04
env:
HOMEBREW_NO_INSTALL_FROM_API: 1 # https://github.com/Homebrew/brew/issues/15049
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand Down

0 comments on commit 9d9a229

Please sign in to comment.