Skip to content

Commit

Permalink
Fix GitHub actions build for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kum-deepak committed Jan 7, 2025
1 parent 3e0adc2 commit e05d56f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/osx/setup-rabbit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ set -ex

brew install rabbitmq

/usr/local/sbin/rabbitmq-plugins enable --offline rabbitmq_web_stomp
echo 'web_stomp.ws_frame = binary' >> /usr/local/etc/rabbitmq/rabbitmq.conf
# Path depends on whether Apple or Intel silicon is in use, https://www.rabbitmq.com/docs/install-homebrew
/opt/homebrew/sbin/rabbitmq-plugins enable --offline rabbitmq_web_stomp
echo 'web_stomp.ws_frame = binary' >>/opt/homebrew/etc/rabbitmq/rabbitmq-env.conf

brew services run rabbitmq
brew services list

0 comments on commit e05d56f

Please sign in to comment.