We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be57fe9 commit 8f70a8dCopy full SHA for 8f70a8d
2 files changed
.circleci/config.yml
@@ -110,7 +110,7 @@ jobs:
110
- run:
111
name: Install dependencies
112
command: |
113
- choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
+ choco install -y cmake --version=3.31.6 --installargs 'ADD_CMAKE_TO_PATH=System'
114
choco install -y ninja
115
116
name: Building
.github/workflows/codeql-analysis.yml
@@ -29,10 +29,11 @@ jobs:
29
with:
30
languages: ${{ matrix.language }}
31
32
+ - name: Install dependencies
33
+ run: bin/install-cmake
34
+
35
- name: Build dd-trace-cpp
- run: |
- bin/install-cmake
- bin/cmake-build
36
+ run: bin/cmake-build
37
38
- name: Perform CodeQL Analysis
39
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
0 commit comments