File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8484 wget --no-verbose https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip
8585 unzip -qq build-wrapper-linux-x86.zip
8686 rm build-wrapper-linux-x86.zip
87- wget --no-verbose https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip
88- unzip -qq sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip
89- rm sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip
87+ wget --no-verbose https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux-x64 .zip
88+ unzip -qq sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux-x64 .zip
89+ rm sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux-x64 .zip
9090 cd ..
9191
9292 - name : Install build dependencies
@@ -239,7 +239,7 @@ jobs:
239239 ## not as of 2023-06-09
240240 sed -i "s|/github/home/.platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-g..|`pwd`/.github/fake-cc|g" \
241241 sonarqube-out/build-wrapper-dump.json
242- ./sonarqube/sonar-scanner-${{ env.SONAR_SCANNER_VERSION }}-linux/bin/sonar-scanner \
242+ ./sonarqube/sonar-scanner-${{ env.SONAR_SCANNER_VERSION }}-linux-x64 /bin/sonar-scanner \
243243 -Dsonar.host.url=https://sonarcloud.io \
244244 -Dsonar.organization=openbikesensor \
245245 -Dsonar.projectKey=openbikesensor_OpenBikeSensorFirmware \
You can’t perform that action at this time.
0 commit comments