Skip to content

Commit 5fbd0f8

Browse files
committed
ci: syntax
1 parent 8b07a9b commit 5fbd0f8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/unix-cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
if: runner.os == 'macOS'
3535
run: brew install ${{ matrix.mpi }}
3636

37-
- run: cmake --workflow --preset debug
37+
- run: cmake --workflow debug
3838

39-
- run: cmake --workflow --preset release
39+
- run: cmake --workflow release

.github/workflows/windows-cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737

3838
- uses: actions/checkout@v4
3939

40-
- run: cmake --workflow --preset debug
40+
- run: cmake --workflow debug
4141

42-
- run: cmake --workflow --preset release
42+
- run: cmake --workflow release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Free, popular MPI-3 interfaces for C and Fortran include:
1414
Build and self-test:
1515

1616
```sh
17-
cmake --workflow --preset default
17+
cmake --workflow default
1818
```
1919

2020
or step-by-step

0 commit comments

Comments
 (0)