diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-06-02 20:04:12 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-06-02 20:04:12 +0200 |
commit | 952fc0e0627cdf0b1eb90b7cb4d62ab0d1a06be8 (patch) | |
tree | 1129745dd723b1b5e7f7fc84ca26efa56047c87c /.github/workflows | |
parent | 1f2bc09474be19d4df91547c2fc7553c693b04c3 (diff) | |
download | sciteco-952fc0e0627cdf0b1eb90b7cb4d62ab0d1a06be8.tar.gz |
CI Github workflow: turns out we need to manually install autotools on macOS after all
* the tools installed by default seem to lack aclocal...
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |