Skip to content

Commit 470cfc7

Browse files
author
SonarTech
committed
Update GH Action
1 parent f6c52ba commit 470cfc7

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
@@ -25,7 +25,7 @@ jobs:
2525
cmake -S . -B build -G Ninja \
2626
-DCMAKE_CXX_COMPILER=clang++-${{env.CLANG_VERSION}} \
2727
-DCMAKE_CXX_COMPILER_CLANG_SCAN_DEPS=clang-scan-deps-${{env.CLANG_VERSION}}
28-
# The project needs to be built so the `.modmap` files are generated
28+
# The project needs to be built so the `.modmap` files are generated
2929
cmake --build build --target all
3030
- name: SonarQube Scan
3131
uses: SonarSource/sonarqube-scan-action@9e3b4566ddf746ecad637e9e760676f10e8229d6

0 commit comments

Comments
 (0)