We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b453171 commit aba5e27Copy full SHA for aba5e27
.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
10
resource_class: macos.m1.medium.gen1
11
steps:
12
- checkout
13
- - run: brew install pcre2 sqlite ncurses xz zstd libarchive curl autoconf automake libunistring
+ - run: brew install pcre2 sqlite ncurses xz zstd libarchive curl autoconf automake libunistring coreutils
14
- run: ./autogen.sh
15
- run: >-
16
./configure \
0 commit comments