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 6af7781 commit 4a2518e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/benchmarks/setup_ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ 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 update
export PATH="/root/.cargo/bin:$PATH"
Expand Down

0 comments on commit 4a2518e

Please sign in to comment.