File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 97
97
run : |
98
98
echo "CC=gcc-14" >> $GITHUB_ENV
99
99
100
- - run : cmake --workflow --preset default
100
+ - run : cmake --workflow default
101
101
102
102
- run : cmake --install build
103
103
Original file line number Diff line number Diff line change 41
41
42
42
# undefined reference to `ncpsharedlibfree'
43
43
# - name: Debug workflow
44
- # run: cmake --workflow --preset debug
44
+ # run: cmake --workflow debug
45
45
46
46
- name : config
47
47
run : cmake -G "MinGW Makefiles" --preset default
Original file line number Diff line number Diff line change 50
50
printenv >> $GITHUB_ENV
51
51
52
52
- name : Configure nc4fortran
53
- run : cmake --workflow --preset default
53
+ run : cmake --workflow default
54
54
55
55
- name : print config log
56
56
if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments