Skip to content

Commit

Permalink
attempt to fix sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick.qian committed Sep 6, 2023
1 parent 6d03f51 commit 14d5eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
sonar-scanner-$SONAR_SCANNER_VERSION-linux/bin/sonar-scanner \
-Dsonar.login=$SONAR_TOKEN \
-Dsonar.token=$SONAR_TOKEN \
-Dsonar.cfamily.threads=$(nproc)
- name: clean up workspace
Expand Down

0 comments on commit 14d5eb7

Please sign in to comment.