ci: Forcefully reinstall cmake and ninja on GitHub MacOS jobs

This commit is contained in:
Gabriel Ferreira
2025-09-11 18:39:10 +02:00
parent 9af96f257e
commit 160f76154e

View File

@@ -162,6 +162,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install required packages
run: |
brew uninstall cmake ninja
brew install ninja cmake ccache libxml2 gsl open-mpi #qt5
- name: Get timestamp
id: time