Skip to content

Commit d3197ab

Browse files
ci: fix fastlane install
1 parent 6dd466f commit d3197ab

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build-ios-app.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: '20'
35+
node-version: '24'
3636
cache: 'npm'
3737

3838
- name: Setup Rust
@@ -56,11 +56,8 @@ jobs:
5656
- name: Install npm dependencies
5757
run: npm ci
5858

59-
- name: Install fastlane dependencies
60-
run: bundle install
61-
6259
- name: Build and upload to TestFlight
63-
run: fastlane beta
60+
run: bundle exec fastlane beta
6461
env:
6562
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
6663
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)