Macos: Only install cmake if not already installed

See https://github.com/actions/runner-images/issues/12912
This commit is contained in:
Roger A. Light 2025-09-01 10:15:04 +01:00
parent a784bdd6df
commit ae7886d858

View file

@ -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 \