Skip to content

Commit

Permalink
testing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LuHG18 committed Apr 15, 2024
1 parent 10019e1 commit e5b302f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
java-version: '11'
distribution: 'adopt'

- name: Set up Android SDK
uses: android/setup-android@v2
with:
sdk-platform: 'platforms;android-30'

- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down

0 comments on commit e5b302f

Please sign in to comment.