From 2f07b846d8215c8bd2862b662aae0ab8baba54d9 Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Fri, 20 Jan 2023 12:17:58 +0100 Subject: [PATCH] wip --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 6e5f5858..7802b3b2 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -37,7 +37,7 @@ jobs: apt-get upgrade -y DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata curl -sL https://deb.nodesource.com/setup_16.x | bash - - apt-get install -y gcovr nodejs unzip + apt-get install -y gcovr nodejs unzip lcov mkdir -p $HOME/.sonar curl -sSLo $HOME/.sonar/sonar-scanner.zip ${{ env.SONAR_SCANNER_DOWNLOAD_URL }} unzip -o $HOME/.sonar/sonar-scanner.zip -d $HOME/.sonar/