Skip to content

Commit c8937de

Browse files
committed
fix: Enable MPI for github workflow tests.
1 parent f304496 commit c8937de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
>> $GITHUB_PATH
4242
4343
- name: Configure build
44-
run: cmake -S . -B build
44+
run: FC=mpif90 cmake -S . -B build
4545

4646
- name: Build tests
4747
run: make -C build

0 commit comments

Comments
 (0)