Skip to content

Commit 05cc04b

Browse files
authored
Merge pull request #170 from cwpearson/ci/macos
2 parents a52e117 + 8055abb commit 05cc04b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/osx.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ jobs:
2525
steps:
2626
- name: Install MPI
2727
run: |
28-
brew install open-mpi cmake
28+
brew install open-mpi
2929
which mpirun
3030
mpirun --version
3131
which mpicxx
3232
mpicxx --version
33+
- name: CMake Version
34+
run: cmake --version
3335
- name: Check out repository code
3436
uses: actions/checkout@v4
3537
- name: List files in the repository
@@ -59,11 +61,13 @@ jobs:
5961
steps:
6062
- name: Install MPI
6163
run: |
62-
brew install mpich cmake
64+
brew install mpich
6365
which mpirun
6466
mpirun --version
6567
which mpicxx
6668
mpicxx --version
69+
- name: CMake Version
70+
run: cmake --version
6771
- name: Check out repository code
6872
uses: actions/checkout@v4
6973
- name: Build Kokkos

0 commit comments

Comments
 (0)