We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e97417 commit 6d62885Copy full SHA for 6d62885
1 file changed
.github/workflows/pipeline.yml
@@ -74,7 +74,7 @@ jobs:
74
run: ctest --output-on-failure --test-dir build -j `nproc`
75
76
- name: Run install
77
- run: cmake --install build
+ run: cmake --install build --prefix .
78
79
80
windows-build:
@@ -119,9 +119,6 @@ jobs:
119
run: ctest --output-on-failure --test-dir build -j %NUMBER_OF_PROCESSORS%
120
shell: cmd
121
122
- - name: Run install
123
124
-
125
macos-builds:
126
name: macos ${{matrix.cxx}}, C++${{matrix.std}}, ${{matrix.build_type}}
127
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
173
174
175
format-check:
176
runs-on: ubuntu-latest
177
0 commit comments