From ed62c4d0ad0022cf1f9805c1ee94d4ab2cc4a048 Mon Sep 17 00:00:00 2001 From: Jeff Lawson <jeff.lawson@flightaware.com> Date: Tue, 13 Aug 2024 21:19:08 +0000 Subject: [PATCH] remove debugging --- .github/workflows/mac-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/mac-ci.yml b/.github/workflows/mac-ci.yml index 8ded271..8b79bfd 100644 --- a/.github/workflows/mac-ci.yml +++ b/.github/workflows/mac-ci.yml @@ -21,7 +21,6 @@ jobs: run: | glibtoolize autoreconf -vif - ls -lR /opt/homebrew/opt/readline/ ./configure --with-readline-includes=/opt/homebrew/opt/readline/include --with-readline-library=/opt/homebrew/opt/readline/lib --with-tcl=/opt/homebrew/opt/tcl-tk/lib --with-tcl-includes=/opt/homebrew/opt/tcl-tk/include - name: make run: make