Skip to content

Commit f1d329b

Browse files
committed
again again again again fix github workflow
1 parent 88f8dfa commit f1d329b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/single-platform.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,11 @@ jobs:
2727
eval "$(spack load --sh openmpi)"
2828
which mpicc
2929
30-
- name: Configure GCC_MPI
30+
- name: Configure and Make GCC_MPI
3131
run: |
3232
sed -E -i \
3333
-e 's/^(ENABLE_MPI[[:space:]]*\?=[[:space:]]*).*/\1true/' \
3434
-e 's/^(ENABLE_OPENMP[[:space:]]*\?=[[:space:]]*).*/\1false/' \
35-
-e 's/^(TOOLCHAIN[[:space:]]*\?=[[:space:]]*).*/\1GCC/' \
36-
Makefile
37-
38-
- name: Make GCC_MPI
39-
run: |
35+
-e 's/^(TOOLCHAIN[[:space:]]*\?=[[:space:]]*).*/\1GCC/' config.mk
4036
make
4137

0 commit comments

Comments
 (0)