From 14c33809d9b19a13a93f45a16a424ab067482c2e Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Mon, 26 Aug 2024 09:20:57 -0600 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20use=20sudo=20to=20try=20to=20pr?= =?UTF-8?q?event=20hang=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev/ci/setup-host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/ci/setup-host b/dev/ci/setup-host index 7dfa75243e..129e5f8147 100755 --- a/dev/ci/setup-host +++ b/dev/ci/setup-host @@ -36,7 +36,7 @@ if [ "${GITHUB_ACTIONS:-false}" = "true" ]; then if [ "$OS" = "macos" ]; then brew update brew install ccache - sudo security add-trusted-cert -r trustRoot -p codeSign -k ~/Library/Keychains/login.keychain-db "$PASSENGER_ROOT/dev/ci/Certificates.cer" + security add-trusted-cert -r trustRoot -p codeSign -k ~/Library/Keychains/login.keychain-db "$PASSENGER_ROOT/dev/ci/Certificates.cer" fi echo