From 69a3b26008b820326685e845ec3232fabc4357ba Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Thu, 1 Feb 2024 11:21:45 +0100 Subject: [PATCH] a --- .github/setup-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/setup-macos.sh b/.github/setup-macos.sh index ac1770f187..d7f19959e0 100755 --- a/.github/setup-macos.sh +++ b/.github/setup-macos.sh @@ -2,7 +2,7 @@ set -ex -o xtrace -brew install automake gengetopt help2man pkgconfig +brew install automake gengetopt help2man pkgconfig libtool # openSCToken export PATH="/usr/local/opt/ccache/libexec:$PATH"