Skip to content

Commit

Permalink
install missing dependencies for fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjoehnk committed Nov 10, 2024
1 parent aaadcf9 commit bcc6983
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,7 @@ jobs:
run: echo $SERVICE_ACCOUNT_KEY_JSON | base64 -d > service_account_key.json
working-directory: crates/ui/android
- name: Deploy
run: bundle exec fastlane beta
run: |
bundle install
bundle exec fastlane beta
working-directory: crates/ui/android

0 comments on commit bcc6983

Please sign in to comment.