We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dfed7 commit ea77c1dCopy full SHA for ea77c1d
.github/workflows/ci.yml
@@ -52,7 +52,17 @@ jobs:
52
echo "export PATH=$PATH:/usr/lib64/openmpi/bin/" >> $GITHUB_ENV
53
54
- 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
61
62
63
+ if: matrix.os == 'self-hosted'
64
run: |
65
+ export PATH=$PATH:/usr/lib64/openmpi/bin/
66
which mpif90
67
/bin/bash mfc.sh build -j $(nproc)
68
0 commit comments