File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
2>/dev/null | cut -f8 -d'/'`
19
19
SONAR_DOWNLOAD_PATH=https://binaries.sonarsource.com/Distribution/sonar-scanner-cli
20
20
curl --create-dirs -sSLo $HOME/.sonar/sonar-scanner.zip \
21
- $SONAR_DOWNLOAD_PATH/sonar-scanner-cli-$SONAR_SCANNER_VERSION-linux.zip
21
+ $SONAR_DOWNLOAD_PATH/sonar-scanner-cli-$SONAR_SCANNER_VERSION-linux-x64 .zip
22
22
unzip -o $HOME/.sonar/sonar-scanner.zip -d $HOME/.sonar/
23
23
curl --create-dirs -sSLo $HOME/.sonar/build-wrapper-linux-x86.zip \
24
24
https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip
25
25
unzip -o $HOME/.sonar/build-wrapper-linux-x86.zip -d $HOME/.sonar/
26
- SONAR_SCANNER_HOME=$HOME/.sonar/sonar-scanner-$SONAR_SCANNER_VERSION-linux
26
+ SONAR_SCANNER_HOME=$HOME/.sonar/sonar-scanner-$SONAR_SCANNER_VERSION-linux-x64
27
27
echo "SONAR_SCANNER_VERSION=$SONAR_SCANNER_VERSION" >> $GITHUB_ENV
28
28
echo "SONAR_SCANNER_HOME=$SONAR_SCANNER_HOME" >> $GITHUB_ENV
29
29
echo "SONAR_SCANNER_OPTS=-server" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments