We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebca15 commit 94be90eCopy full SHA for 94be90e
.github/workflows/sonar-scan.yml
@@ -18,7 +18,7 @@ jobs:
18
2>/dev/null | cut -f8 -d'/'`
19
SONAR_DOWNLOAD_PATH=https://binaries.sonarsource.com/Distribution/sonar-scanner-cli
20
curl --create-dirs -sSLo $HOME/.sonar/sonar-scanner.zip \
21
- $SONAR_DOWNLOAD_PATH/sonar-scanner-cli-$SONAR_SCANNER_VERSION-linux.zip
+ $SONAR_DOWNLOAD_PATH/sonar-scanner-cli-$SONAR_SCANNER_VERSION-linux-x64.zip
22
unzip -o $HOME/.sonar/sonar-scanner.zip -d $HOME/.sonar/
23
curl --create-dirs -sSLo $HOME/.sonar/build-wrapper-linux-x86.zip \
24
https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip
0 commit comments