mirror of https://github.com/XEphem/XEphem.git
Dump all of /opt/homebrew
This commit is contained in:
parent
631576fbc2
commit
df0f4d2dac
|
|
@ -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: Find XQuartz
|
||||
run: find / -name Xm.h
|
||||
- name: Compile
|
||||
run: make -C GUI/xephem
|
||||
- name: Test
|
||||
|
|
|
|||
Loading…
Reference in New Issue