Add set up cocoapods step

This commit is contained in:
Zhiyuan Zheng 2021-03-17 22:39:10 +01:00
parent ab1ef0c9e8
commit 0f0edc16bf
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
1 changed files with 5 additions and 1 deletions

View File

@ -32,7 +32,11 @@ jobs:
run: yarn install
- name: -- Step 5 -- Install ruby dependencies
run: bundle install
- name: -- Step 6 -- Run fastlane
- name: -- Step 6 -- Set up cocoapods
uses: maxim-lobanov/setup-cocoapods@v1
with:
podfile-path: ios/Podfile.lock
- name: -- Step 7 -- Run fastlane
env:
ENVIRONMENT: ${{ steps.branch.outputs.branch }}
LC_ALL: en_US.UTF-8