diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index a8de48c8..7ec3fa5d 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -47,8 +47,7 @@ jobs: with: { submodules: true } - name: Install dependencies run: | - brew tap nuspell/nuspell - brew install automake vala pkg-config dbus-glib groff hspell hunspell libvoikko unittest-cpp nuspell coreutils doxygen graphviz + brew install automake vala pkg-config dbus-glib groff hspell hunspell libvoikko nuspell unittest-cpp nuspell coreutils doxygen graphviz - name: Bootstrap (gnulib and autoreconf) run: PATH="$(brew --prefix)/opt/m4/bin:${PATH}" ./bootstrap - name: configure