Skip to content

Commit 54ec26e

Browse files
committed
print
1 parent c06764e commit 54ec26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ for rlib in "${rlib_paths[@]}"; do
120120
fi
121121
done
122122

123-
nm -AUg "${rlib_paths[@]}"
123+
$NM -AUg "${rlib_paths[@]}"
124124

125125
cargo run -p symbol-check -- check-duplicates "${rlib_paths[@]}"
126126

0 commit comments

Comments
 (0)