Fix MacOS RMQ CI

This commit is contained in:
Lee *!* Clagett 2023-09-08 20:38:00 -04:00 committed by GitHub
parent 20e92b8d15
commit 4114150197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ jobs:
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf ccache
- name: Install RabbitMQ iff WITH_RMQ (MacOS)
if: matrix.rmq == 'ON' && (matrix.os == 'macos-latest' || matrix.os == 'macos-12' || matrix.os == 'macos-11')
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install rabbitmq
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install rabbitmq-c
- name: Checkout Monero Source
uses: actions/checkout@v3