Skip to content

Commit

Permalink
chore: Quote arguments passed to sonar-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Jul 27, 2023
1 parent c43f949 commit dc30025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
sonar-scanner \
-Dsonar.cfamily.compile-commands=${{ github.workspace }}/build-10/compile_commands.json \
-Dsonar.token=${{ secrets.SONAR_TOKEN }} \
-Dsonar.coverageReportPaths=${{ github.workspace }}/build-10/sonarqube-coverage.xml
"-Dsonar.cfamily.compile-commands=${{ github.workspace }}/build-10/compile_commands.json" \
"-Dsonar.token=${{ secrets.SONAR_TOKEN }}" \
"-Dsonar.coverageReportPaths=${{ github.workspace }}/build-10/sonarqube-coverage.xml"
- name: GCC 11 Configure CMake
run: cmake --preset default -B ${{ github.workspace }}/build-11 -DCMAKE_CXX_COMPILER=$(which g++-11) -DASIO_GRPC_USE_RECYCLING_ALLOCATOR=on -DVCPKG_INSTALLED_DIR=${{ runner.workspace }}/vcpkg_installed ${{ env.CMAKE_EXTRA_ARGS }} ${{ env.CMAKE_ARGS }}
Expand Down

0 comments on commit dc30025

Please sign in to comment.