Skip to content

Commit

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

# 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
# /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
sleep 3
brew services list

0 comments on commit 62480a5

Please sign in to comment.