mirror of https://github.com/milvus-io/milvus.git
fix: failed to download OpenDAL (#30380)
OpenDAL's url has been changed fix #30379 Signed-off-by: yah01 <yang.cen@zilliz.com>pull/30471/head
parent
1632668b64
commit
ec688f5bf6
|
@ -63,7 +63,7 @@ popd
|
|||
|
||||
pushd ${ROOT_DIR}/cmake_build/thirdparty
|
||||
|
||||
git clone --depth=1 --branch v0.43.0-rc.2 https://github.com/apache/incubator-opendal.git opendal
|
||||
git clone --depth=1 --branch v0.43.0-rc.2 https://github.com/apache/opendal.git opendal
|
||||
cd opendal
|
||||
if command -v cargo >/dev/null 2>&1; then
|
||||
echo "cargo exists"
|
||||
|
|
Loading…
Reference in New Issue