From 89d3f1cb95992048da2115f2d068b79e35a31f81 Mon Sep 17 00:00:00 2001 From: kaichaosun Date: Fri, 5 Sep 2025 18:14:38 +0800 Subject: [PATCH] chore: more fix --- scripts/build_rln.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_rln.sh b/scripts/build_rln.sh index bb385e23e..3fc732cbd 100755 --- a/scripts/build_rln.sh +++ b/scripts/build_rln.sh @@ -56,6 +56,7 @@ then tar -xzf "${tarball}" -C "$tmpdir" mv "$tmpdir/release/librln.a" "${output_filename}" rm -rf "${tarball}" "$tmpdir" + echo "finished building ${output_filename}" else echo "Failed to download ${tarball}" # Build rln instead