Try removing "--cask"

This commit is contained in:
Brandon Rhodes 2024-05-17 23:02:47 -04:00
parent a467893be0
commit 92429f3627
1 changed files with 1 additions and 1 deletions

View File

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