Skip to content

Commit aba5e27

Browse files
committed
[build] install coreutils for timeout command
1 parent b453171 commit aba5e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
resource_class: macos.m1.medium.gen1
1111
steps:
1212
- checkout
13-
- run: brew install pcre2 sqlite ncurses xz zstd libarchive curl autoconf automake libunistring
13+
- run: brew install pcre2 sqlite ncurses xz zstd libarchive curl autoconf automake libunistring coreutils
1414
- run: ./autogen.sh
1515
- run: >-
1616
./configure \

0 commit comments

Comments
 (0)