Skip to content

Commit 10683db

Browse files
committed
add conan file and update workflow
1 parent 94a75cb commit 10683db

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/cmake_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
pip install conan
179179
180180
- name: Configure Conan Profile
181-
run: conan profile new default --detect --force
181+
run: conan profile detect --force
182182

183183
- name: Install Dependencies with Conan (Pinned Versions)
184184
run: conan install install/conan --build=missing -if build

install/conan/conanfile.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)