We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bindgen-cli
run.bash
1 parent ca02c81 commit 0a31484Copy full SHA for 0a31484
ci/run.bash
@@ -9,7 +9,7 @@ cargo -vV
9
10
if [ -n "$INSTALL_BINDGEN" ]; then
11
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!";
+ | grep "everything's installed!";
13
# Ignoring exit code since the script might fail to write the receipt after a successful installation.
14
then
15
cargo install --force --locked bindgen-cli
0 commit comments