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 Nov 28, 2024
1 parent cd8ada6 commit cdd089d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/android_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,20 @@ jobs:
deploy-android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20' # Use the same Node.js version as your project requirements
- name: Set up JDK 18
uses: actions/setup-java@v3
with:
java-version: '18'
distribution: 'temurin'
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
packages: 'cmdline-tools;latest'
- name: Yarn Install
run: yarn install
- name: Ensure Symlink
Expand Down

0 comments on commit cdd089d

Please sign in to comment.