Skip to content

Commit

Permalink
fix: Alternative fastlane install
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhunty committed Jun 27, 2024
1 parent 1da62a4 commit efbffe5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
ruby-version: 2.7.3
bundler-cache: true

- name: update fastlane
- name: install gems
run: |
gem install fastlane
cd projects/Mallard
bundle install
- name: inject credentials
run: |
Expand Down

0 comments on commit efbffe5

Please sign in to comment.