Skip to content

Commit

Permalink
build: build tools script cd into scripts dir for running dependencie…
Browse files Browse the repository at this point in the history
…s script (#1731)
  • Loading branch information
TzahiTaub authored Nov 4, 2024
1 parent 6d7572e commit b04f2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install_build_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function install_rust() {
curl https://sh.rustup.rs -sSf | sh -s -- -y
}

cd "$(dirname "$0")"
install_common_packages
install_pypy &
install_rust &
Expand Down

0 comments on commit b04f2e0

Please sign in to comment.