Skip to content

Commit

Permalink
-m
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell committed Nov 14, 2023
1 parent 7d39903 commit 4278dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
build-wrapper-linux-x86-64 --out-dir ./bw-output cmake --build build -j8 --target ccov-all-export &&
pwd &&
cat ./bw-output/build-wrapper-dump.json &&
sed -i "s:$(pwd):/github/workspace:g" &&
sed -i "s:$(pwd):/github/workspace:g" ./bw-output/build-wrapper-dump.json &&
cat ./bw-output/build-wrapper-dump.json
- name: Run sonar-scanner
uses: sonarsource/sonarcloud-github-action@master
Expand Down

0 comments on commit 4278dea

Please sign in to comment.