From 952fc0e0627cdf0b1eb90b7cb4d62ab0d1a06be8 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 2 Jun 2021 20:04:12 +0200 Subject: CI Github workflow: turns out we need to manually install autotools on macOS after all * the tools installed by default seem to lack aclocal... --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfe7767..76db039 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: # NOTE: macOS already ships with ncurses and # XCode already comes with the autotools. - name: Install Build Dependencies - run: brew install glib groff doxygen + run: brew install autoconf automake libtool glib groff doxygen - name: Configure Build run: | autoreconf -i -- cgit v1.2.3