Skip to content

Commit b509445

Browse files
committed
fix build failed
1 parent 20ad065 commit b509445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop_fiber.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BUILD_FIBER="${BuildFIBER:-$DEFAULT_BUILD_FIBER}"
1616
if [ "$BUILD_FIBER" == "true" ]; then
1717
git clone -b $GitFIBERBranch $GitFIBERUrl
1818
cd fiber
19-
crago build
19+
cargo build
2020
cp target/debug/fnn ../download/fiber/0.2.0/fnn
2121
cd ../
2222
fi

0 commit comments

Comments
 (0)