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
yah01 2024-02-02 14:35:04 +08:00 committed by GitHub
parent 1632668b64
commit ec688f5bf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"