mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-21 15:23:46 +08:00
Macos: Only install cmake if not already installed
See https://github.com/actions/runner-images/issues/12912
This commit is contained in:
@@ -36,10 +36,10 @@ jobs:
|
||||
- name: Install Homebrew dependencies
|
||||
run: |
|
||||
brew update
|
||||
brew list cmake || brew install cmake
|
||||
brew install \
|
||||
argon2 \
|
||||
cjson \
|
||||
cmake \
|
||||
cunit \
|
||||
docbook-xsl \
|
||||
gcc \
|
||||
|
||||
Reference in New Issue
Block a user