Skip to content

Commit 0a31484

Browse files
committed
fixup! fixup! fixup! fixup! fixup! ci(linux): move bindgen-cli installation into run.bash
1 parent ca02c81 commit 0a31484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cargo -vV
99

1010
if [ -n "$INSTALL_BINDGEN" ]; then
1111
if ! curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/latest/download/bindgen-cli-installer.sh | sh -s -- --no-modify-path \
12-
|| true | grep "everything's installed!";
12+
| grep "everything's installed!";
1313
# Ignoring exit code since the script might fail to write the receipt after a successful installation.
1414
then
1515
cargo install --force --locked bindgen-cli

0 commit comments

Comments
 (0)