added mono to brew because macos 26 runner doesnt include it

Signed-off-by: Richard Voigtmann <richard.v.voigtmann@gmail.com>
This commit is contained in:
Richard Voigtmann
2025-12-13 21:50:40 +01:00
parent 7cb623e800
commit 7f740e4ad6

View File

@@ -14,7 +14,7 @@ runs:
shell: bash
run: |
brew update
brew install ninja extra-cmake-modules temurin@17
brew install ninja extra-cmake-modules temurin@17 mono
- name: Set JAVA_HOME
shell: bash