mirror of https://github.com/XEphem/XEphem.git
Fix GitHub Actions by installing groff on Mac
This commit is contained in:
parent
48db8e8eaa
commit
b6529a3ce3
|
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- fix-ci
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
|
|
@ -31,6 +32,8 @@ jobs:
|
||||||
run: brew install openssl && brew info openssl
|
run: brew install openssl && brew info openssl
|
||||||
- name: Install XQuartz
|
- name: Install XQuartz
|
||||||
run: brew install xquartz --cask && brew info xquartz
|
run: brew install xquartz --cask && brew info xquartz
|
||||||
|
- name: Install groff
|
||||||
|
run: brew install groff && brew info groff
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: make -C GUI/xephem
|
run: make -C GUI/xephem
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue