Skip to content

Commit f26cc92

Browse files
committed
fixup! fixup! fixup! ci(linux): move bindgen-cli installation into run.bash
1 parent 7764fd3 commit f26cc92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/run.bash

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ if [ -n "$INSTALL_BINDGEN" ]; then
1313
if [ ! -x "$CARGO_HOME"/bin/bindgen ]; then
1414
cargo install --force --locked bindgen-cli
1515
fi
16-
mv "$CARGO_HOME"/bin/bindgen /usr/local/bin
16+
mkdir "$CARGO_HOME"/bin/bindgen-cli
17+
mv "$CARGO_HOME"/bin/bindgen "$CARGO_HOME"/bin/bindgen-cli/
18+
export PATH="$CARGO_HOME/bin/bindgen-cli:$PATH"
1719
fi
1820

1921

0 commit comments

Comments
 (0)