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 201ad9b commit 0768d16Copy full SHA for 0768d16
.github/workflows/ci_tests.yml
@@ -169,7 +169,7 @@ jobs:
169
run: |
170
cmake --build build --config Debug --verbose
171
# cmake --build build --config Debug --target all_verify_interface_header_sets
172
- cmake --install build --config Debug --prefix /opt/beman.exemplar
+ cmake --install build --config Debug --prefix /tmp/beman.inplace_vector
173
find /opt/beman.exemplar -type f
174
- name: Test Debug
175
run: ctest --test-dir build --build-config Debug
0 commit comments