We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc60c89 commit 9394f35Copy full SHA for 9394f35
.github/actions/brew/action.yml
@@ -5,6 +5,12 @@ runs:
5
- shell: bash
6
run: |
7
set -x
8
+
9
+ # Patch brew to overwrite always
10
+ formula_installer="$(brew --repo)"/Library/Homebrew/formula_installer.rb
11
+ code=" keg.link\(verbose: verbose\?"
12
+ sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
13
14
brew install \
15
pkg-config \
16
autoconf \
0 commit comments