Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yjf2002ghty committed Mar 21, 2024
1 parent fc56d3e commit 5781e66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions release_make/CI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ function Error() {
export nodeversion="node18"

rm -rf ./ldid
git clone https://github.com/ProcursusTeam/ldid.git || Error
md ldid
cd ldid
make || Error
wget https://github.com/ProcursusTeam/ldid/releases/download/v2.1.5-procursus7/ldid_linux_x86_64 || Error
mv ./ldid_linux_x86_64 ./ldid || Error
cd ..
export PATH="$PATH:$(pwd)/ldid"

Expand Down

0 comments on commit 5781e66

Please sign in to comment.