Skip to content

Commit

Permalink
(frontend/ci/development): Install bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Jan 28, 2024
1 parent ddc813c commit c8a6227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
working-directory: ./frontend
- run: npx expo prebuild
working-directory: ./frontend
- run: gem install bundler
- run: bundle install
working-directory: ./frontend
- run: bundle exec fastlane android main
Expand Down

0 comments on commit c8a6227

Please sign in to comment.