From c88531351957b7e1792701333cda8b45cacfbb99 Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Mon, 26 Aug 2024 09:17:39 -0600 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20add=20to=20admin=20cert=20store?= 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 73609fb280..7dfa75243e 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 -d -r trustRoot -p codeSign -k ~/Library/Keychains/login.keychain-db "$PASSENGER_ROOT/dev/ci/Certificates.cer" + sudo security add-trusted-cert -r trustRoot -p codeSign -k ~/Library/Keychains/login.keychain-db "$PASSENGER_ROOT/dev/ci/Certificates.cer" fi echo