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 bbc0a3f commit e024eb7Copy full SHA for e024eb7
1 file changed
.github/workflows/build.yml
@@ -248,7 +248,7 @@ jobs:
248
if: matrix.id == 'codechecker' && github.event.action != 'tag'
249
id: codechecker
250
with:
251
- build-command: cmake --build --preset conan-debug --target codegen
+ build-command: cmake --build --preset conan-debug
252
skipfile: ${{ env.GITHUB_WORKSPACE }}/.github/codechecker/skipfile.txt
253
# Allow static analyzers to analyze across files instead of one file at a time.
254
ctu: true
0 commit comments