Skip to content

Commit

Permalink
GitHub Actions: nuspell is now in brew, not a custom tap
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Sep 29, 2024
1 parent 7deaaa1 commit f0ed444
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0ed444

Please sign in to comment.