chore: more fix

This commit is contained in:
kaichaosun 2025-09-05 18:14:38 +08:00 committed by fryorcraken
parent 0242a6ad2f
commit 89d3f1cb95

View File

@ -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