We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d8e52 commit 84e370bCopy full SHA for 84e370b
2 files changed
.github/workflows/build-develop.yml
@@ -47,8 +47,7 @@ jobs:
47
restore-keys: conan-${{ runner.os }}-
48
49
- name: Detect Conan Profile
50
- run: |
51
- conan profile detect -f
+ run: conan profile detect -f
52
53
- name: Configure CMake
54
shell: bash
.github/workflows/build_cross.yml
@@ -125,7 +125,7 @@ jobs:
125
- name: Install dependencies
126
working-directory: ${{github.workspace}}/src
127
run: |
128
- conan install . -pr:b=default -pr:h="host" --build=missing -c=opentelemetry-cpp/*:tools.build:cxxflags=['-include','cstdint']
+ conan install . -pr:b=default -pr:h="host" --build=missing -c="opentelemetry-cpp/*:tools.build:cxxflags=['-include','cstdint']"
129
130
- name: Configure
131
working-directory: ${{github.workspace}}/src/build
0 commit comments