We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdb847 commit 5edef04Copy full SHA for 5edef04
1 file changed
.github/workflows/macos.yml
@@ -76,6 +76,8 @@ jobs:
76
run: |
77
brew tap mongodb/brew
78
brew install clickhouse redis kafka mongodb-community rabbitmq
79
+ mkdir -p "$(brew --prefix)/etc/rabbitmq/conf.d"
80
+ echo 'deprecated_features.permit.transient_nonexcl_queues = true' > "$(brew --prefix)/etc/rabbitmq/conf.d/10-userver-ci.conf"
81
82
- name: Setup ccache
83
0 commit comments