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 d80c1a9 commit d7a29a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PSS_ASIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
unzip -q sonar-scanner-cli-5.0.1.3006-linux.zip
echo "ls upzip download file."
ls -l
cd sonar-scanner-cli-5.0.1.3006-linux.zip
cd sonar-scanner-cli-5.0.1.3006-linux
echo "${PWD}/sonar-scanner-cli-5.0.1.3006-linux.zip/bin/" >> $GITHUB_PATH
echo "${PWD}/sonar-scanner-cli-5.0.1.3006-linux/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
Expand Down

0 comments on commit d7a29a5

Please sign in to comment.