Skip to content

Commit

Permalink
don’t use sudo to try to prevent hang?
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 26, 2024
1 parent c885313 commit 14c3380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci/setup-host
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14c3380

Please sign in to comment.