We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54bfdc1 commit 721fc2bCopy full SHA for 721fc2b
1 file changed
.github/workflows/c-cpp.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
make distcheck || true
33
pwd
34
- cat sub/biflow_aggregator/test-suite.log || echo "Log not found"
+ cat nemea-modules-2.26.0/_build/sub/biflow_aggregator/test-suite.log || echo "Log not found"
35
36
- name: configure with debug
37
run: ./configure --enable-debug CXXFLAGS=-coverage CFLAGS=-coverage LDFLAGS=-lgcov
0 commit comments