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 240ebe5 commit 7b92077
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
sdkmanager --install "cmake;3.10.2.4988404"
yes | sdkmanager --licenses
echo "##[endgroup]"
- name: Install Android Build Tools
run: sdkmanager "build-tools;29.0.3"
- name: List Build Tools Directory
run: ls -la /usr/local/lib/android/sdk/build-tools/29.0.3
- name: Add Build Tools to PATH
run: echo "/usr/local/lib/android/sdk/build-tools/29.0.3" >> $GITHUB_PATH
- name: Get NPM Package Version
run: echo "NPM_PACKAGE_VERSION=$(node -p "require('${{ github.workspace }}/apps/box/package.json').version")" >> $GITHUB_ENV
- name: Show GITHUB_ENV
Expand Down

0 comments on commit 7b92077

Please sign in to comment.