From 72089b896864ad6d068f097a305153ca386061f5 Mon Sep 17 00:00:00 2001 From: Brandon Rhodes Date: Mon, 19 Feb 2024 09:20:49 -0500 Subject: [PATCH] =?UTF-8?q?More=20informative=20=E2=80=9Cfind=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 a0b3055..03cf478 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: Dump homebrew for debugging paths + run: find /opt/homebrew | xargs ls -dl - name: Compile run: make -C GUI/xephem - name: Test