From af565b3358e967e9d18b75ee9f55fe0666462795 Mon Sep 17 00:00:00 2001 From: Brandon Rhodes Date: Mon, 19 Feb 2024 09:25:26 -0500 Subject: [PATCH] =?UTF-8?q?Okay,=20ls=20didn=E2=80=99t=20work,=20try=20fin?= =?UTF-8?q?d=20-L?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03cf478..157d9f4 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Install XQuartz run: brew install xquartz --cask && brew info xquartz - name: Dump homebrew for debugging paths - run: find /opt/homebrew | xargs ls -dl + run: find -L /opt/homebrew - name: Compile run: make -C GUI/xephem - name: Test