Skip to content

Commit c651e28

Browse files
committed
try specify fix
1 parent 19403ab commit c651e28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
-DCMAKE_BUILD_TYPE=Release \
138138
-DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=./cmake/conan_provider.cmake \
139139
-DCONAN_HOST_PROFILE="host" \
140-
-DCONAN_INSTALL_ARGS=--build=never \
140+
-DCONAN_INSTALL_ARGS="--build=never;-c=opentelemetry-cpp/*:tools.build:cxxflags=['-include','cstdint']" \
141141
-DCRASHPAD_NOT_SUPPORTED=true \
142142
-DCMAKE_C_COMPILER_LAUNCHER="${{github.workspace}}/bin/sccache" -DCMAKE_CXX_COMPILER_LAUNCHER="${{github.workspace}}/bin/sccache" \
143143
-DCORRADE_RC_PROGRAM=$(command -v corrade-rc) \

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def requirements(self):
2020
self.requires("libpcap/1.10.5", force=True)
2121
else:
2222
self.requires("npcap/1.70")
23-
self.requires("opentelemetry-cpp/1.21.0")
23+
self.requires("opentelemetry-cpp/1.17.0")
2424
self.requires("pcapplusplus/23.09")
2525
self.requires("protobuf/5.27.0")
2626
self.requires("sigslot/1.2.2")

0 commit comments

Comments
 (0)