Skip to content

Commit

Permalink
feat: using hybridse 0.2.1 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingchen2222 authored Aug 9, 2021
1 parent 2040770 commit b9b142d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steps/init_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ fi

rm -rf thirdparty/hybridse
mkdir -p thirdparty/hybridse
PACKAGE_NAME=hybridse-0.2.0-linux-x86_64
curl -LO https://github.com/4paradigm/HybridSE/releases/download/v0.2.0/hybridse-0.2.0-linux-x86_64.tar.gz
PACKAGE_NAME=hybridse-0.2.1-linux-x86_64
curl -LO https://github.com/4paradigm/HybridSE/releases/download/v0.2.1/hybridse-0.2.1-linux-x86_64.tar.gz
tar zxf ${PACKAGE_NAME}.tar.gz > /dev/null
mv ${PACKAGE_NAME}/* thirdparty/hybridse
cd -
Expand Down

0 comments on commit b9b142d

Please sign in to comment.