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 c28210b commit abf8f5aCopy full SHA for abf8f5a
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 ${{ stepts.codechecker.outputs.logfile }}
0 commit comments