diff options
Diffstat (limited to '.github/workflows/ci.yml')
-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 |