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 6812e6a commit a6a4c6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/PSS_ASIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
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/bin/
cd ${PWD}/sonar-scanner-cli-5.0.1.3006-linux.zip/
echo ls -l
cd ${{github.workspace}}
- name: Install dependencies
shell: bash
run: |
Expand Down

0 comments on commit a6a4c6c

Please sign in to comment.