From b6529a3ce318bc9b73cd51a8158c05fd4dc723df Mon Sep 17 00:00:00 2001 From: Brandon Rhodes Date: Fri, 17 May 2024 23:41:52 -0400 Subject: [PATCH] Fix GitHub Actions by installing groff on Mac --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f296e7..98dd4ca 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - fix-ci pull_request: branches: @@ -31,6 +32,8 @@ jobs: run: brew install openssl && brew info openssl - name: Install XQuartz run: brew install xquartz --cask && brew info xquartz + - name: Install groff + run: brew install groff && brew info groff - name: Compile run: make -C GUI/xephem - name: Test