We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fdddb commit e4c07aaCopy full SHA for e4c07aa
1 file changed
.github/workflows/build.yml
@@ -83,8 +83,7 @@ jobs:
83
g++ --version
84
cmake --version
85
- name: Build C++ Libraries
86
- run: >
87
- sh ./scripts/build_dep.sh
+ run: bash ./scripts/build_dep.sh
88
# SonarQube Server and Cloud (formerly SonarQube and SonarCloud) is a widely used static
89
# analysis solution for continuous code quality and security inspection.
90
# This action now supports and is the official entrypoint for scanning C++ projects via GitHub actions.
0 commit comments