Skip to content

Commit

Permalink
BUILD_TYPE = Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tobhe committed Sep 3, 2024
1 parent f60fea0 commit 044b797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codechecker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
working-directory: ${{github.workspace}}/build
shell: bash
run: cmake --build . --config $BUILD_TYPE
run: cmake --build . --config Debug

# Run the analysis
- uses: whisperity/codechecker-analysis-action@v1
Expand Down

0 comments on commit 044b797

Please sign in to comment.