mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-22 21:43:07 +01:00
Macos: Only install cmake if not already installed
See https://github.com/actions/runner-images/issues/12912
This commit is contained in:
parent
a784bdd6df
commit
ae7886d858
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue