Skip to content

Commit

Permalink
Run CocoaPods via Bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Oct 10, 2023
1 parent dee2d23 commit 6ec2613
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/fastlane_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
with:
ruby-version: '3.2'
bundler-cache: true
- name: Setup CocoaPods
uses: maxim-lobanov/setup-cocoapods@v1
with:
# version: '1.12'
podfile-path: ios/Podfile.lock
# - name: Setup CocoaPods
# uses: maxim-lobanov/setup-cocoapods@v1
# with:
# # version: '1.12'
# podfile-path: ios/Podfile.lock
- name: Install dependencies
run: yarn install
- name: Cache Pods
Expand All @@ -55,7 +55,7 @@ jobs:
key: pods-${{ hashFiles('**/Podfile.lock') }}
- name: Install Pods
working-directory: ios/
run: pod install
run: bundle exec pod install
- name: Generate icons
if: ${{ inputs.instance != '' }}
working-directory: ios/
Expand Down

0 comments on commit 6ec2613

Please sign in to comment.