Skip to content

Commit

Permalink
fix GitHub actions file
Browse files Browse the repository at this point in the history
Signed-off-by: Aiden Woodruff <[email protected]>
  • Loading branch information
bobpaw committed Feb 10, 2025
1 parent 53d2adb commit 5218f25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
- name: Build MPI-NoMPI Example
# Test if a SCOREC_NO_MPI build works with MPI applications.
if: matrix.compiler.name == 'GNU' && matrix.build_type == 'Release' matrix.nompi == 'ON'
if: >-
matrix.compiler.name == 'GNU' && matrix.build_type == 'Release' &&
matrix.no_mpi == 'ON'
env:
MPICH_CXX: ${{matrix.compiler.CXX}}
MPICH_CC: ${{matrix.compiler.CC}}
Expand Down

0 comments on commit 5218f25

Please sign in to comment.