We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ad065 commit b509445Copy full SHA for b509445
develop_fiber.sh
@@ -16,7 +16,7 @@ BUILD_FIBER="${BuildFIBER:-$DEFAULT_BUILD_FIBER}"
16
if [ "$BUILD_FIBER" == "true" ]; then
17
git clone -b $GitFIBERBranch $GitFIBERUrl
18
cd fiber
19
- crago build
+ cargo build
20
cp target/debug/fnn ../download/fiber/0.2.0/fnn
21
cd ../
22
fi
0 commit comments