Skip to content

Commit

Permalink
Update android_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Dec 13, 2024
1 parent 273385a commit 40acf81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
java-version: '18'
distribution: 'temurin'
- name: Enable Corepack
run: |
corepack enable
corepack prepare [email protected] --activate
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
Expand Down

0 comments on commit 40acf81

Please sign in to comment.