Skip to content

Commit

Permalink
fix ci conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Sep 6, 2024
1 parent 19e9453 commit 10de843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Build User Project
# only need to test with a single build config if the installed cmake config files work
if: ${{ matrix.compiler == 'GNU' }} && ${{ matrix.build_type == 'Release' }}
if: ${{ matrix.compiler == 'GNU' && matrix.build_type == 'Release' }}
env:
MPICH_CXX: ${{matrix.compiler.CXX}}
MPICH_CC: ${{matrix.compiler.CC}}
Expand Down

0 comments on commit 10de843

Please sign in to comment.