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 4f1ec0a commit 201ad9bCopy full SHA for 201ad9b
.github/workflows/ci_tests.yml
@@ -168,7 +168,7 @@ jobs:
168
- name: Build Debug
169
run: |
170
cmake --build build --config Debug --verbose
171
- cmake --build build --config Debug --target all_verify_interface_header_sets
+ # 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
174
- name: Test Debug
0 commit comments