From d54d6edc0cdd9f76e6bfdc8e5cfd4850ec5fc1a9 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 10 Sep 2024 10:31:57 +0200 Subject: fixed Mac OS nightly builds by installing an up-to-date Groff The Mac OS 12 Groff apparently does not accept `-K` for preconv. --- .github/workflows/nightly.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f4d8caa..1bd9321 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -85,8 +85,9 @@ jobs: # the system libncurses ABI breaks. # However, Homebrew installs ncurses as a keg and it will refer to a # non-standard $TERMINFO. This could be worked around. + # The macOS Groff version appears to be outdated. - name: Install Build Dependencies - run: brew install autoconf automake libtool glib dylibbundler + run: brew install autoconf automake libtool glib groff dylibbundler # Required by pyTooling/Actions/releaser - name: Set up Python uses: actions/setup-python@v4.3.0 -- cgit v1.2.3