Skip to content

Commit 42a8d52

Browse files
committed
preset cleanup
1 parent 25bb14e commit 42a8d52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
run: |
9898
echo "CC=gcc-14" >> $GITHUB_ENV
9999
100-
- run: cmake --workflow --preset default
100+
- run: cmake --workflow default
101101

102102
- run: cmake --install build
103103

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# undefined reference to `ncpsharedlibfree'
4343
# - name: Debug workflow
44-
# run: cmake --workflow --preset debug
44+
# run: cmake --workflow debug
4545

4646
- name: config
4747
run: cmake -G "MinGW Makefiles" --preset default

.github/workflows/oneapi-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
printenv >> $GITHUB_ENV
5151
5252
- name: Configure nc4fortran
53-
run: cmake --workflow --preset default
53+
run: cmake --workflow default
5454

5555
- name: print config log
5656
if: ${{ failure() }}

0 commit comments

Comments
 (0)