mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
parent
cb6dea94bc
commit
a0d3fb1de1
1 changed files with 1 additions and 1 deletions
2
src/thirdparty/download_thirdparty.sh
vendored
2
src/thirdparty/download_thirdparty.sh
vendored
|
@ -8,7 +8,7 @@ set -e
|
|||
TP_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
|
||||
|
||||
if [ ! -d $TP_DIR/arrow ]; then
|
||||
git clone https://github.com/apache/arrow/ "$TP_DIR/arrow"
|
||||
git clone https://github.com/apache/arrow.git "$TP_DIR/arrow"
|
||||
fi
|
||||
cd $TP_DIR/arrow
|
||||
git fetch origin master
|
||||
|
|
Loading…
Add table
Reference in a new issue