diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 55e1c69a..6a67b479 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -11,7 +11,7 @@ jobs: name: Build and analyze runs-on: ubuntu-20.04 env: - BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed + BUILD_WRAPPER_OUT_DIR: build/ # Directory where build-wrapper output will be placed steps: - uses: actions/checkout@v3 with: