Skip to content

Commit c7283fc

Browse files
committed
DEBUG: Do not include in the final commit!
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 9222192 commit c7283fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macos-checks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Install Open MPI
3434
run: |
3535
sudo make install
36+
- name: JMS Debug
37+
run: |
38+
find /opt/openmpi
3639
- name: Add Open MPI to PATH
3740
run: echo /opt/openmpi/bin >> $GITHUB_PATH
3841
- name: Build examples

0 commit comments

Comments
 (0)