Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gimbergsson authored Jan 3, 2025
1 parent 293bf5d commit 6a57196
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
bundler-cache: false

- name: Install fastlane
run: gem install fastlane
run: |
gem install bundler
bundle install
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 6a57196

Please sign in to comment.