ci: Forcefully reinstall cmake and ninja on GitHub MacOS jobs
This commit is contained in:
1
.github/workflows/per_commit.yml
vendored
1
.github/workflows/per_commit.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user