Skip to content

Commit

Permalink
try bundle exec instead of fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Oct 31, 2024
1 parent f7a17cf commit 8333723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
runs-on: macOS
steps:
- uses: actions/checkout@v2
- run: fastlane build
- run: bundle exec fastlane build

0 comments on commit 8333723

Please sign in to comment.