Skip to content

Commit

Permalink
Update setup_ruby.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmesamster committed Nov 8, 2024
1 parent 4a2518e commit 68f3fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/benchmarks/setup_ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ sudo chown -R $(whoami) /usr/local
rvm use 3.1.2 --default
export PATH="/usr/share/rvm:$PATH"
gem install dotenv json octokit tmpdir fileutils
rustup default none
curl https://sh.rustup.rs -sSf | RUSTUP_INIT_SKIP_PATH_CHECK=yes sh -s -- -y
rustup default none
rustup update
export PATH="/root/.cargo/bin:$PATH"
source ~/.bashrc

0 comments on commit 68f3fa0

Please sign in to comment.