Skip to content

Commit

Permalink
Revert "chore: add workaround for Homebrew/brew/issues/15049"
Browse files Browse the repository at this point in the history
This reverts commit 6fd52ea.
  • Loading branch information
Dekker1 committed Jun 23, 2023
1 parent 4477215 commit 0c3f8f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ github.token }}
HOMEBREW_GITHUB_PACKAGES_USER: ${{ github.actor }}
PULL_REQUEST: ${{ github.event.pull_request.number }}
HOMEBREW_NO_INSTALL_FROM_API: 1
run: brew pr-pull --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST

- name: Push commits
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:

- run: brew test-bot --only-formulae --root-url=https://ghcr.io/v2/dekker1/minizinc
if: github.event_name == 'pull_request'
env:
HOMEBREW_NO_INSTALL_FROM_API: 1

- name: Upload bottles as artifact
if: always() && github.event_name == 'pull_request'
Expand Down

0 comments on commit 0c3f8f9

Please sign in to comment.