Skip to content

Commit 3750e8d

Browse files
committed
Brew untap hashicorp
`brew test-bot` eventually walks all formulae to determine what might depend on cbmc-viewer, thereby walking into what appears to be a broken formula at `hashicorp/tap/vagrant`. This tap is entirely unrelated and also unnecessary for our purposes, so just remove it.
1 parent e03dd5b commit 3750e8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-brew.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
- name: Checkout PR
117117
run: |
118118
brew tap ${{ env.TAP }}
119+
brew untap --force hashicorp/tap
119120
brew update-reset
120121
cd $(brew --repo ${{ env.TAP }})
121122
git remote add fork-repo ${{ env.FORK_REPO }}

0 commit comments

Comments
 (0)