Skip to content

Commit

Permalink
Update sonar.yml
Browse files Browse the repository at this point in the history
one more attempt.
  • Loading branch information
InfinityMin3r committed Sep 4, 2023
1 parent 9997a0a commit a641e16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
- name: Run build-wrapper
run: |
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }}
cd build
cmake --build .
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} \
cd build && cmake --build .
- name: Run sonar-scanner
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a641e16

Please sign in to comment.