We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017db4d commit c3f5492Copy full SHA for c3f5492
1 file changed
.circleci/config.yml
@@ -123,9 +123,9 @@ jobs:
123
steps:
124
- checkout
125
- run:
126
- name: Install pkg-config
+ name: Install packages
127
command: |
128
- brew install pkg-config libtool autoconf automake || true
+ brew install pkg-config libtool autoconf automake groff || true
129
130
name: Configure
131
0 commit comments