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 f195ca4 commit 2d1c17bCopy full SHA for 2d1c17b
ci/run.bash
@@ -8,9 +8,8 @@ rustc -vV
8
cargo -vV
9
10
if [ -n "$INSTALL_BINDGEN" ]; then
11
- (curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/latest/download/bindgen-cli-installer.sh | sh \
12
- && mv "$HOME"/.cargo/bin/bindgen /usr/bin) \
13
- || cargo install --force --locked bindgen-cli --root=/usr/bin
+ 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 \
+ || cargo install --force --locked bindgen-cli
14
fi
15
16
0 commit comments