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 94a75cb commit 10683dbCopy full SHA for 10683db
.github/workflows/cmake_install.yml
@@ -178,7 +178,7 @@ jobs:
178
pip install conan
179
180
- name: Configure Conan Profile
181
- run: conan profile new default --detect --force
+ run: conan profile detect --force
182
183
- name: Install Dependencies with Conan (Pinned Versions)
184
run: conan install install/conan --build=missing -if build
install/conan/conanfile.txt
@@ -0,0 +1,15 @@
1
+[requires]
2
+cmake/3.31.5
3
+gtest/1.16.0
4
+benchmark/1.9.1
5
+zlib/1.3.1
6
+libcurl/8.12.1
7
+abseil/20240116.2
8
+protobuf/5.27.0
9
+grpc/1.69.2
10
+nlohmann_json/3.11.3
11
+prometheus-cpp/1.3.0
12
+
13
+[generators]
14
+CMakeToolchain
15
+CMakeDeps
0 commit comments