Skip to content

Commit c3f5492

Browse files
committed
ci: install groff in macos
1 parent 017db4d commit c3f5492

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ jobs:
123123
steps:
124124
- checkout
125125
- run:
126-
name: Install pkg-config
126+
name: Install packages
127127
command: |
128-
brew install pkg-config libtool autoconf automake || true
128+
brew install pkg-config libtool autoconf automake groff || true
129129
- run:
130130
name: Configure
131131
command: |

0 commit comments

Comments
 (0)