Skip to content

Commit a4e9cd0

Browse files
cmake codechecker test fix
1 parent 3b8eb7a commit a4e9cd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake_codechecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}
2424

2525
- name: Build
26-
run: cmake --config ${{env.BUILD_TYPE}}
26+
run: cmake --build ${{github.workspace}} --config ${{env.BUILD_TYPE}}
2727

2828
- name: CodeChecker
2929
run: make codechecker

0 commit comments

Comments
 (0)