From 160f76154ece69cb56c3c357d7aa88b69bf3bb51 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Thu, 11 Sep 2025 18:39:10 +0200 Subject: [PATCH] ci: Forcefully reinstall cmake and ninja on GitHub MacOS jobs --- .github/workflows/per_commit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/per_commit.yml b/.github/workflows/per_commit.yml index 8bec7076d..403b61f73 100644 --- a/.github/workflows/per_commit.yml +++ b/.github/workflows/per_commit.yml @@ -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