diff --git a/.github/workflows/test_sonarcloud.yml b/.github/workflows/test_sonarcloud.yml index f8170dd..03a76fa 100644 --- a/.github/workflows/test_sonarcloud.yml +++ b/.github/workflows/test_sonarcloud.yml @@ -10,7 +10,7 @@ on: # cron: "0 13 * * 1" # Every monday at 13h env: - SONAR_SCANNER_VERSION: 4.7.0.2747 + SONAR_SCANNER_VERSION: 6.2.1.4610 jobs: run: @@ -21,15 +21,15 @@ jobs: run: | sudo apt update sudo apt install -y \ - gcovr -# gcovr \ + gcovr \ + texlive-xetex # libxml2-utils - name: "Dependencies: Sonar" run: | mkdir -p /tmp/sonar wget \ - https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip \ + https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux-x64.zip \ -O /tmp/sonar/sonar-scanner.zip unzip \ -o /tmp/sonar/sonar-scanner.zip \