Skip to content

Commit

Permalink
added workaround for homebrew workflow bug
Browse files Browse the repository at this point in the history
Failure is due to bug in Homebrew:
Homebrew/brew#15049
  • Loading branch information
mahrud committed Apr 21, 2023
1 parent cfcee31 commit 9ae4741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

- name: Pull bottles
env:
HOMEBREW_NO_INSTALL_FROM_API: 1
HOMEBREW_GITHUB_API_TOKEN: ${{ github.token }}
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ github.token }}
HOMEBREW_GITHUB_PACKAGES_USER: ${{ github.actor }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- main
pull_request:
env:
HOMEBREW_NO_INSTALL_FROM_API: 1
jobs:
test-bot:
strategy:
Expand Down

0 comments on commit 9ae4741

Please sign in to comment.