Try again

This commit is contained in:
Zhiyuan Zheng 2021-02-02 23:29:36 +01:00
parent d0a88f990d
commit 7c80a15be1
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: -- Step 4 -- Install native dependencies
run: npx pod-install
- name: -- Step 5 -- Install ruby dependencies
run: bundle install
run: gem install bundler && bundle install
- name: -- Step 6 -- Run fastlane
env:
TOOOT_ENVIRONMENT: staging

View File

@ -109,5 +109,5 @@ platform :ios do
end
platform :android do
# Android Lanes
end