Try without installing cmake

This commit is contained in:
Thomas Krijnen
2025-08-28 15:34:01 +02:00
parent 1a1583405c
commit 974e62290c
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
- name: Install Dependencies
run: |
brew update
brew install git bison autoconf automake libffi cmake findutils
brew install git bison autoconf automake libffi findutils
echo "$(brew --prefix findutils)/libexec/gnubin" >> $GITHUB_PATH
- name: Install aws cli