Skip to content

Commit

Permalink
fix(build): install rake gem
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Sep 30, 2021
1 parent 0ee3064 commit fcb8524
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/scripts/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ sudo apt-get install ruby-full build-essential
# update Rubygems
sudo gem update --system --no-document

# install rake
sudo gem install rake

# install fastlane
sudo gem install fastlane --no-document

Expand Down

0 comments on commit fcb8524

Please sign in to comment.