Skip to content

Commit 44d8e52

Browse files
committed
fix conan install
1 parent c651e28 commit 44d8e52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_cross.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) \

0 commit comments

Comments
 (0)