Skip to content

Commit

Permalink
use sudo to try and prevent hang
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 26, 2024
1 parent 6c4a920 commit 052ef80
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
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
Expand Down

0 comments on commit 052ef80

Please sign in to comment.