Skip to content

Commit

Permalink
Fix GitHub actions build for macOS 05
Browse files Browse the repository at this point in the history
  • Loading branch information
kum-deepak committed Jan 7, 2025
1 parent 62480a5 commit cf593e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/osx/setup-rabbit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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
/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
Expand Down

0 comments on commit cf593e7

Please sign in to comment.