From a2266c57461cfe6a5fbfc3cd81ce705e5165adb4 Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Mon, 26 Aug 2024 08:48:48 -0600 Subject: [PATCH] try to set cert as trusted in CI --- 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 02eba8e159..fa8c4af3b1 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 import "$PASSENGER_ROOT/dev/ci/Certificates.cer" + sudo security add-trusted-cert -d -r trustAsRoot -p codeSign -k /Library/Keychains/System.keychain "$PASSENGER_ROOT/dev/ci/Certificates.cer" fi echo