From df0f4d2dacbc4fa8928279e1717ac139b8ede7c5 Mon Sep 17 00:00:00 2001 From: Brandon Rhodes Date: Mon, 19 Feb 2024 09:03:06 -0500 Subject: [PATCH] Dump all of /opt/homebrew --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 465a2c1..a0b3055 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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