Skip to content

Commit e91d38f

Browse files
committed
fix(setup): configure the current shell to include cargo before using it in setup.sh
1 parent e77643f commit e91d38f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ fi
3434
# Install rust compiler
3535
echo "Installing rust compiler"
3636
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.76
37+
. $HOME/.cargo/env
3738
cargo install cbindgen
3839
# Setup Poetry
3940
echo "Installing poetry"

0 commit comments

Comments
 (0)