More informative “find”

This commit is contained in:
Brandon Rhodes 2024-02-19 09:20:49 -05:00
parent df0f4d2dac
commit 72089b8968
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: Dump homebrew for debugging paths
run: find /opt/homebrew | xargs ls -dl
- name: Compile
run: make -C GUI/xephem
- name: Test