Skip to content

Commit 9290333

Browse files
Update build.yml
1 parent 332aec0 commit 9290333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here
3939
with:
40+
# Set the property "sonar.cfamily.compile-commands" to the compilation database file
4041
args: >
41-
# Set the property "sonar.cfamily.compile-commands" to the compilation database file
4242
--define sonar.cfamily.compile-commands=build/compile_commands.json

0 commit comments

Comments
 (0)