2
0
Эх сурвалжийг харах

Remove cmake from brew install to use version of runner (fixes build failures)

Mark Rotteveel 9 сар өмнө
parent
commit
45fbfe63dc

+ 1 - 1
.github/workflows/main.yml

@@ -312,7 +312,7 @@ jobs:
 
       - name: Prepare - Install tools
         run: |
-          brew install automake autoconf-archive cmake libtool ninja
+          brew install automake autoconf-archive libtool ninja
 
       - name: Export GitHub Actions cache environment variables
         uses: actions/github-script@v7