Skip to content

Commit

Permalink
build.yml updated again
Browse files Browse the repository at this point in the history
  • Loading branch information
rshcs committed Nov 3, 2024
1 parent 4848d95 commit d44dcdf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sonar-scanner
- name: Download Sonar Scanner
run: |
wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.8.0.2856-linux.zip
unzip sonar-scanner-cli-4.8.0.2856-linux.zip
mv sonar-scanner-4.8.0.2856-linux sonar-scanner
export PATH="$PATH:${{ github.workspace }}/sonar-scanner/bin"
- name: SonarCloud Scan
env:
Expand Down

0 comments on commit d44dcdf

Please sign in to comment.