fix: build iOS fastlane installation

pull/24408/head
Alex 2025-12-05 13:58:30 -06:00
parent 3c80049192
commit 3794102f19
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082
1 changed files with 1 additions and 7 deletions

View File

@ -222,6 +222,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
working-directory: ./mobile/ios
- name: Install CocoaPods dependencies
@ -229,13 +230,6 @@ jobs:
run: |
pod install
- name: Install Fastlane
working-directory: ./mobile/ios
run: |
gem install bundler
bundle config set --local path 'vendor/bundle'
bundle install
- name: Create API Key
env:
API_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_ID }}