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 40ede7eCopy full SHA for 40ede7e
.github/workflows/ci_tests.yml
@@ -169,8 +169,8 @@ 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
173
- find /opt/beman.exemplar -type f
+ cmake --install build --config Debug --prefix /tmp/beman.exemplar
+ find /tmp/beman.exemplar -type f
174
- name: Test Debug
175
run: ctest --test-dir build --build-config Debug
176
0 commit comments