Skip to content

Commit

Permalink
ci: use ruby 2.6 in android build
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleSamtoshi committed Jun 28, 2022
1 parent d270857 commit 251b956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ jobs:
- run: gpg --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
- run: curl -sL https://get.rvm.io | bash -s stable --ruby
- run: source /home/circleci/.rvm/scripts/rvm
- run: rvm install 2.5
- run: rvm use 2.5 --default
- run: rvm install 2.6
- run: rvm use 2.6 --default
- run: gem install fastlane -NV

- run: cd android && bundle config set deployment 'true'
Expand Down

0 comments on commit 251b956

Please sign in to comment.