Skip to content

Commit 977bf1e

Browse files
committed
try pipeline again
1 parent fb91332 commit 977bf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/single-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
sed -E -i \
5858
-e 's/^(ENABLE_MPI[[:space:]]*\?=[[:space:]]*).*/\1true/' \
5959
-e 's/^(ENABLE_OPENMP[[:space:]]*\?=[[:space:]]*).*/\1false/' \
60-
-e 's/^(MTX_FMT[[:space:]]*\?=[[:space:]]*).*/\SCS/' \
60+
-e 's/^(MTX_FMT[[:space:]]*\?=[[:space:]]*).*/\1SCS/' \
6161
-e "s/^(TOOLCHAIN[[:space:]]*\?=[[:space:]]*).*/\1${TOOLCHAIN}/" \
6262
config.mk
6363

0 commit comments

Comments
 (0)