Skip to content

Commit abf8f5a

Browse files
committed
Update action.yml
1 parent c28210b commit abf8f5a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/actions/debug-info/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ runs:
1515
working-directory: build
1616
run: cat ./_CPack_Packages/win64/NSIS/NSISOutput.log || echo "No NSIS log found. Continuing…"
1717

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

Comments
 (0)