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 e024eb7 commit 3484052Copy full SHA for 3484052
1 file changed
.github/actions/debug-info/action.yml
@@ -15,3 +15,8 @@ runs:
15
working-directory: build
16
run: cat ./_CPack_Packages/win64/NSIS/NSISOutput.log || echo "No NSIS log found. Continuing…"
17
18
+ - name: Output CodeChecker JSON compilation database
19
+ if: matrix.id == 'codechecker'
20
+ shell: bash
21
+ continue-on-error: true
22
+ run: cat ${{ env.GITHUB_WORKSPACE }}/codechecker_codechecker_compilation_database.json
0 commit comments