From ae7886d858c3c81765c193085a54994718ec7875 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Mon, 1 Sep 2025 10:15:04 +0100 Subject: [PATCH] Macos: Only install cmake if not already installed See https://github.com/actions/runner-images/issues/12912 --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 1bf846f7..f915eadb 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 \