Skip to content

Commit

Permalink
Add Yarn options.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Mar 26, 2024
1 parent 53b7e23 commit b56fc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fastlane_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# # version: '1.12'
# podfile-path: ios/Podfile.lock
- name: Install dependencies
run: yarn install
run: yarn install --no-progress --network-timeout 100000 --network-concurrency 1
- name: Cache Pods
uses: actions/cache@v2
id: cache-pods
Expand Down

0 comments on commit b56fc7e

Please sign in to comment.