We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c52ba commit 470cfc7Copy full SHA for 470cfc7
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
cmake -S . -B build -G Ninja \
26
-DCMAKE_CXX_COMPILER=clang++-${{env.CLANG_VERSION}} \
27
-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
+ # The project needs to be built so the `.modmap` files are generated
29
cmake --build build --target all
30
- name: SonarQube Scan
31
uses: SonarSource/sonarqube-scan-action@9e3b4566ddf746ecad637e9e760676f10e8229d6
0 commit comments