From 052ef80d6ac6093117b2d6de169ba3c617a4016b Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Mon, 26 Aug 2024 09:10:16 -0600 Subject: [PATCH] use sudo to try and prevent hang --- 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 b8db2bf3b1..73609fb280 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 - security add-trusted-cert -d -r trustRoot -p codeSign -k ~/Library/Keychains/login.keychain-db "$PASSENGER_ROOT/dev/ci/Certificates.cer" + sudo security add-trusted-cert -d -r trustRoot -p codeSign -k ~/Library/Keychains/login.keychain-db "$PASSENGER_ROOT/dev/ci/Certificates.cer" fi echo