Skip to content

Commit e8c2504

Browse files
authored
Update sonarcloud.yml
1 parent 74076a9 commit e8c2504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Run Build Wrapper
4848
run: |
4949
mkdir build
50-
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --workflow --preset='build-coverage' --config Debug
50+
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --workflow --preset='build-coverage'
5151
env:
5252
CMAKE_GENERATOR: ${{ steps.setup-env.outputs.cmake-generator }}
5353
CC: ${{ steps.setup-env.outputs.cc }}

0 commit comments

Comments
 (0)