We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab2748 commit 7fa383aCopy full SHA for 7fa383a
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install packages
36
run: |
37
if [ "$RUNNER_OS" = "macOS" ]; then
38
- brew install cmake autoconf automake libtool pkg-config
+ brew install autoconf automake libtool pkg-config
39
elif [ "$RUNNER_OS" = "Linux" ]; then
40
sudo apt-get install curl cmake make libtool pkg-config texinfo libltdl-dev
41
0 commit comments