[FIX] Use Ruby 2.4 on TestFlight upload (#1368)
This commit is contained in:
parent
ea057ffbf3
commit
e0f0f99990
|
@ -335,6 +335,7 @@ jobs:
|
|||
- run:
|
||||
name: Update Fastlane
|
||||
command: |
|
||||
echo "ruby-2.4" > ~/.ruby-version
|
||||
bundle install
|
||||
working_directory: ios
|
||||
|
||||
|
|
Loading…
Reference in New Issue