Skip to content

Commit

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

0 comments on commit c967631

Please sign in to comment.