We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aec398 commit 06fdddbCopy full SHA for 06fdddb
1 file changed
.github/workflows/build.yml
@@ -7,6 +7,10 @@ on:
7
8
name: Build
9
10
+concurrency:
11
+ group: ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress: true
13
+
14
env:
15
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
16
BUILD_TYPE: Release
@@ -78,9 +82,9 @@ jobs:
78
82
run: |
79
83
g++ --version
80
84
cmake --version
81
- # - name: Build C++ Libraries
- # run: >
- # sh ./scripts/build.sh
85
+ - name: Build C++ Libraries
86
+ run: >
87
+ sh ./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