Skip to content

Commit

Permalink
update sonar scanner client.
Browse files Browse the repository at this point in the history
  • Loading branch information
freeeyes committed Aug 21, 2023
1 parent a6a4c6c commit c9b35e8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/PSS_ASIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,19 @@ jobs:
working-directory: ${{github.workspace}}
shell: bash
run: |
echo "download sonar scanner client."
wget -nv https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006-linux.zip
echo ls -l
echo "ls download file."
unzip -q sonar-scanner-cli-5.0.1.3006-linux.zip
cd sonar-scanner-cli-5.0.1.3006-linux.zip
echo ls -l
echo "ls upzip download file."
echo "${PWD}/sonar-scanner-cli-5.0.1.3006-linux.zip/bin/" >> $GITHUB_PATH
wget -nv https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip
unzip -q build-wrapper-linux-x86.zip
echo "${PWD}/build-wrapper-linux-x86" >> $GITHUB_PATH
cd ${PWD}/sonar-scanner-cli-5.0.1.3006-linux.zip/
echo ls -l
cd ${{github.workspace}}
- name: Install dependencies
shell: bash
Expand Down

0 comments on commit c9b35e8

Please sign in to comment.