mirror of https://github.com/XEphem/XEphem.git
More informative “find”
This commit is contained in:
parent
df0f4d2dac
commit
72089b8968
|
|
@ -45,10 +45,10 @@ jobs:
|
|||
run: brew install openmotif && brew info openmotif
|
||||
- name: Install OpenSSL
|
||||
run: brew install openssl && brew info openssl
|
||||
- name: Dump homebrew for debugging paths
|
||||
run: find /opt/homebrew
|
||||
- name: Install XQuartz
|
||||
run: brew install xquartz --cask && brew info xquartz
|
||||
- name: Dump homebrew for debugging paths
|
||||
run: find /opt/homebrew | xargs ls -dl
|
||||
- name: Compile
|
||||
run: make -C GUI/xephem
|
||||
- name: Test
|
||||
|
|
|
|||
Loading…
Reference in New Issue