downgrade curl for compiled on aarch64 platform (#21739)

Signed-off-by: Yusheng.Ma <Yusheng.Ma@zilliz.com>
pull/21772/head
presburger 2023-01-17 14:53:42 +08:00 committed by GitHub
parent de584b508e
commit e64f55cd27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class MilvusConan(ConanFile):
"yaml-cpp/0.7.0",
"marisa/0.2.6",
"zlib/1.2.13",
"libcurl/7.87.0",
"libcurl/7.86.0",
)
generators = "cmake"