Skip to content

Commit 3a4970f

Browse files
committed
ci: ignore error generated by homebrew
1 parent 8efdc90 commit 3a4970f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- run:
126126
name: Install pkg-config
127127
command: |
128-
brew install pkg-config libtool autoconf automake
128+
brew install pkg-config libtool autoconf automake || true
129129
- run:
130130
name: Configure
131131
command: |

0 commit comments

Comments
 (0)