From a467893be0c3ccce9efaa079230906aa57581717 Mon Sep 17 00:00:00 2001 From: Brandon Rhodes Date: Fri, 17 May 2024 22:39:53 -0400 Subject: [PATCH] Try installing groff to fix GitHub Actions --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f296e7..f905c07 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 --cask && brew info groff - name: Compile run: make -C GUI/xephem - name: Test