Skip to content

Commit bd79ed2

Browse files
committed
WiP static build
1 parent aed8ad3 commit bd79ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ main() {
2424
cross run --target $TARGET --release -- --help
2525

2626
if [ ! -z $STATIC ]; then
27-
ldd target/$TARGET/release/$CRATE_NAME
27+
ldd target/$TARGET/release/$CRATE_NAME || true
2828
fi
2929
}
3030

0 commit comments

Comments
 (0)