File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 - name : Install dependencies
126126 working-directory : ${{github.workspace}}/src
127127 run : |
128- conan install . -pr:b=default -pr:h="host" --build=missing
128+ conan install . -pr:b=default -pr:h="host" --build=missing -c=opentelemetry-cpp/*:tools.build:cxxflags=['-include','cstdint']
129129
130130 - name : Configure
131131 working-directory : ${{github.workspace}}/src/build
@@ -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;-c=opentelemetry-cpp/*:tools.build:cxxflags=['-include','cstdint']" \
140+ -DCONAN_INSTALL_ARGS=--build=never \
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) \
You can’t perform that action at this time.
0 commit comments