File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 mkdir -p "$HOME/.sonar"
4848 curl -sSLo "$HOME/.sonar/sonar-scanner.zip" "${{ env.SONAR_SCANNER_DOWNLOAD_URL }}"
4949 unzip -o "$HOME/.sonar/sonar-scanner.zip" -d "$HOME/.sonar/"
50+ sed -i 's/use_embedded_jre=true/use_embedded_jre=false/' "$HOME/.sonar/sonar-scanner-${{ env.SONAR_SCANNER_VERSION }}-linux/bin/sonar-scanner"
5051 echo "$HOME/.sonar/sonar-scanner-${{ env.SONAR_SCANNER_VERSION }}-linux/bin" >> "$GITHUB_PATH"
5152
5253 - name : Download and set up build-wrapper
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ sonar.sourceEncoding=UTF-8
3232sonar.language =c++
3333
3434# Use this if you have a specific build tool (optional)
35- sonar.cfamily.build-wrapper-output =build/build_wrapper_directory
35+ sonar.cfamily.build-wrapper-output =build_wrapper_output_directory
3636
3737# If you're using GCC or Clang, provide the path to the compilation database (optional)
3838# sonar.cfamily.compile-commands=compile_commands.json
You can’t perform that action at this time.
0 commit comments