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 5da94e3 commit 92de7c0
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,11 +39,11 @@ jobs:
unzip -q sonar-scanner-cli-5.0.1.3006-linux.zip
echo "ls unzip download file."
ls -l
cd ${PWD}/sonar-scanner-cli-5.0.1.3006-linux/bin/
cd ${PWD}/sonar-scanner-5.0.1.3006-linux/bin/
echo "ls sonar scanner file."
ls -l
echo "${PWD}/sonar-scanner-cli-5.0.1.3006-linux/bin/" >> $GITHUB_PATH
echo "${PWD}/sonar-scanner-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 92de7c0

Please sign in to comment.