Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! ci(linux): move bindgen-cli inst…
Browse files Browse the repository at this point in the history
…allation into `run.bash`
  • Loading branch information
rami3l committed Dec 4, 2024
1 parent ca02c81 commit 0a31484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cargo -vV

if [ -n "$INSTALL_BINDGEN" ]; then
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 \
|| true | grep "everything's installed!";
| grep "everything's installed!";
# Ignoring exit code since the script might fail to write the receipt after a successful installation.
then
cargo install --force --locked bindgen-cli
Expand Down

0 comments on commit 0a31484

Please sign in to comment.