Skip to content

Commit ea77c1d

Browse files
authored
Update ci.yml
1 parent a1dfed7 commit ea77c1d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,17 @@ jobs:
5252
echo "export PATH=$PATH:/usr/lib64/openmpi/bin/" >> $GITHUB_ENV
5353
5454
- name: Build
55+
if: matrix.os == 'macos-latest'
56+
run: /bin/bash mfc.sh build -j $(nproc)
57+
58+
- name: Build
59+
if: matrix.os == 'ubuntu-latest'
60+
run: /bin/bash mfc.sh build -j $(nproc)
61+
62+
- name: Build
63+
if: matrix.os == 'self-hosted'
5564
run: |
65+
export PATH=$PATH:/usr/lib64/openmpi/bin/
5666
which mpif90
5767
/bin/bash mfc.sh build -j $(nproc)
5868

0 commit comments

Comments
 (0)