Skip to content

Commit 6c8df48

Browse files
authored
[CI] Upgrade to conan 2.21.0 for conanfile_latest (open-telemetry#3703)
1 parent 50942ba commit 6c8df48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
- name: Install Conan
239239
run: |
240240
python3 -m pip install pip==25.0.1
241-
pip install "conan==2.15.1"
241+
pip install "conan==2.21.0"
242242
conan profile detect --force
243243
- name: Install or build all dependencies with Conan
244244
run: |

0 commit comments

Comments
 (0)