mirror of
https://github.com/tooot-app/app
synced 2024-12-26 09:23:56 +01:00
Add set up cocoapods step
This commit is contained in:
parent
ab1ef0c9e8
commit
0f0edc16bf
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user