Dump all of /opt/homebrew

This commit is contained in:
Brandon Rhodes 2024-02-19 09:03:06 -05:00
parent 631576fbc2
commit df0f4d2dac
1 changed files with 2 additions and 2 deletions

View File

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