We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609066b commit 3e07705Copy full SHA for 3e07705
1 file changed
.github/workflows/ci.yml
@@ -78,6 +78,7 @@ jobs:
78
- name: Install SonarQube dependencies
79
if: steps.cache-sonar.outputs.cache-hit != 'true'
80
run: |
81
+ set -eux
82
mkdir -p sonarqube
83
cd sonarqube
84
wget --no-verbose https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip
0 commit comments