Skip to content

Commit

Permalink
fix prepare fnn failed
Browse files Browse the repository at this point in the history
  • Loading branch information
gpBlockchain committed Nov 28, 2024
1 parent 8c744a5 commit ecc689a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -e
cargo build
cd ../
mkdir -p download/fiber/0.1.0
cp fiber/target/release/fnn download/fiber/0.1.0
cp fiber/target/debug/fnn download/fiber/0.1.0
#cp download/0.117.0/ckb-cli ./source/ckb-cli
#git clone https://github.com/quake/ckb-light-client.git
#cd ckb-light-client
Expand Down

0 comments on commit ecc689a

Please sign in to comment.