mirror of https://github.com/XEphem/XEphem.git
Try removing "--cask"
This commit is contained in:
parent
a467893be0
commit
92429f3627
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Install XQuartz
|
||||
run: brew install xquartz --cask && brew info xquartz
|
||||
- name: Install groff
|
||||
run: brew install groff --cask && brew info groff
|
||||
run: brew install groff && brew info groff
|
||||
- name: Compile
|
||||
run: make -C GUI/xephem
|
||||
- name: Test
|
||||
|
|
|
|||
Loading…
Reference in New Issue