mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-01-18 16:44:33 +00:00
Fix MacOS RMQ CI
This commit is contained in:
parent
20e92b8d15
commit
4114150197
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-ubuntu.yml
vendored
2
.github/workflows/build-ubuntu.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf ccache
|
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)
|
- name: Install RabbitMQ iff WITH_RMQ (MacOS)
|
||||||
if: matrix.rmq == 'ON' && (matrix.os == 'macos-latest' || matrix.os == 'macos-12' || matrix.os == 'macos-11')
|
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
|
- name: Checkout Monero Source
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue