Skip to content

Commit 3edd663

Browse files
committed
remove profile detect
1 parent fa3d23f commit 3edd663

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/conan.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
# do have permissions for. See https://github.com/bufbuild/buf/issues/2698 for
7777
# more details.
7878
export BUF_CONFIG_DIR=$(mktemp -d)
79-
conan profile detect
8079
conan create . --build=missing -s compiler.cppstd=17
8180
8281
build_linux_ubuntu_jammy:
@@ -138,7 +137,6 @@ jobs:
138137
- name: Create package
139138
shell: bash
140139
run: |
141-
conan profile detect
142140
conan create . --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14
143141
144142
build_linux_debian:
@@ -219,7 +217,6 @@ jobs:
219217
- name: Install conan in venv and create package
220218
shell: bash
221219
run: |
222-
conan profile detect
223220
224221
conan install -r conancenter --update \
225222
--tool-requires=b2/5.3.1 --build=b2/5.3.1 -s compiler.cppstd=14 -s:a compiler.cppstd=14
@@ -254,6 +251,5 @@ jobs:
254251
- name: Create package
255252
shell: powershell
256253
run: |
257-
conan profile detect
258254
conan create . --build=missing -o "&:shared=False"
259255

0 commit comments

Comments
 (0)