Okay, ls didn’t work, try find -L

This commit is contained in:
Brandon Rhodes 2024-02-19 09:25:26 -05:00
parent 72089b8968
commit af565b3358
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ jobs:
- name: Install XQuartz - name: Install XQuartz
run: brew install xquartz --cask && brew info xquartz run: brew install xquartz --cask && brew info xquartz
- name: Dump homebrew for debugging paths - name: Dump homebrew for debugging paths
run: find /opt/homebrew | xargs ls -dl run: find -L /opt/homebrew
- name: Compile - name: Compile
run: make -C GUI/xephem run: make -C GUI/xephem
- name: Test - name: Test