We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58f04c commit 2e97417Copy full SHA for 2e97417
.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 .
+ run: cmake --install build
78
79
80
windows-build:
@@ -120,7 +120,7 @@ jobs:
120
shell: cmd
121
122
123
124
125
macos-builds:
126
name: macos ${{matrix.cxx}}, C++${{matrix.std}}, ${{matrix.build_type}}
@@ -170,7 +170,7 @@ jobs:
170
run: ctest --output-on-failure --test-dir build -j `sysctl -n hw.ncpu` -V
171
172
173
174
175
format-check:
176
runs-on: ubuntu-latest
0 commit comments