Fix GitHub Actions by installing groff on Mac

This commit is contained in:
Brandon Rhodes 2024-05-17 23:41:52 -04:00
parent 48db8e8eaa
commit b6529a3ce3
1 changed files with 3 additions and 0 deletions

View File

@ -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