File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 74
74
run : ctest --output-on-failure --test-dir build -j `nproc`
75
75
76
76
- name : Run install
77
- run : cmake --install build
77
+ run : cmake --install build --prefix .
78
78
79
79
80
80
windows-build :
@@ -119,9 +119,6 @@ jobs:
119
119
run : ctest --output-on-failure --test-dir build -j %NUMBER_OF_PROCESSORS%
120
120
shell : cmd
121
121
122
- - name : Run install
123
- run : cmake --install build
124
-
125
122
macos-builds :
126
123
name : macos ${{matrix.cxx}}, C++${{matrix.std}}, ${{matrix.build_type}}
127
124
runs-on : macos-12
@@ -169,9 +166,6 @@ jobs:
169
166
working-directory : ${{runner.workspace}}
170
167
run : ctest --output-on-failure --test-dir build -j `sysctl -n hw.ncpu` -V
171
168
172
- - name : Run install
173
- run : cmake --install build
174
-
175
169
format-check :
176
170
runs-on : ubuntu-latest
177
171
You can’t perform that action at this time.
0 commit comments