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 d57a776 commit 90d032aCopy full SHA for 90d032a
.github/actions/brew/action.yml
@@ -2,15 +2,20 @@ name: brew
2
runs:
3
using: composite
4
steps:
5
+ - name: Set up Homebrew
6
+ uses: Homebrew/actions/setup-homebrew@master
7
+
8
- shell: bash
9
run: |
10
set -x
- brew install \
11
+ brew test-bot --only-cleanup-before
12
+ brew test-bot --only-setup
13
+ brew install --force --overwrite \
14
pkg-config \
15
autoconf \
16
bison \
17
re2c
18
19
[email protected] \
20
curl \
21
krb5 \
@@ -33,4 +38,4 @@ runs:
33
38
libjpeg \
34
39
libxslt \
35
40
postgresql
36
- brew link icu4c gettext --force
41
+ brew link icu4c gettext --force --overwrite
0 commit comments