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 cea030c commit b68eca0Copy full SHA for b68eca0
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Build C++ Code with Coverage
42
run: |
43
- mkdir build
+ mkdir -p build
44
cd build
45
cmake -DCMAKE_CXX_FLAGS="--coverage" ..
46
make
0 commit comments