Skip to content

Commit be1608f

Browse files
committed
ci: fix public workflow
1 parent a42e676 commit be1608f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
pr-pull:
88
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
99
runs-on: ubuntu-22.04
10+
env:
11+
HOMEBREW_NO_INSTALL_FROM_API: 1
1012
steps:
1113
- name: Set up Homebrew
1214
uses: Homebrew/actions/setup-homebrew@master

0 commit comments

Comments
 (0)