Skip to content

Commit 84e370b

Browse files
committed
fix flag
1 parent 44d8e52 commit 84e370b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-develop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
restore-keys: conan-${{ runner.os }}-
4848

4949
- name: Detect Conan Profile
50-
run: |
51-
conan profile detect -f
50+
run: conan profile detect -f
5251

5352
- name: Configure CMake
5453
shell: bash

.github/workflows/build_cross.yml

Lines changed: 1 addition & 1 deletion
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 -c=opentelemetry-cpp/*:tools.build:cxxflags=['-include','cstdint']
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

0 commit comments

Comments
 (0)