Skip to content

Commit 7b92077

Browse files
committed
Update android_deploy.yml
1 parent 240ebe5 commit 7b92077

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/android_deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
sdkmanager --install "cmake;3.10.2.4988404"
3434
yes | sdkmanager --licenses
3535
echo "##[endgroup]"
36+
- name: Install Android Build Tools
37+
run: sdkmanager "build-tools;29.0.3"
38+
- name: List Build Tools Directory
39+
run: ls -la /usr/local/lib/android/sdk/build-tools/29.0.3
40+
- name: Add Build Tools to PATH
41+
run: echo "/usr/local/lib/android/sdk/build-tools/29.0.3" >> $GITHUB_PATH
3642
- name: Get NPM Package Version
3743
run: echo "NPM_PACKAGE_VERSION=$(node -p "require('${{ github.workspace }}/apps/box/package.json').version")" >> $GITHUB_ENV
3844
- name: Show GITHUB_ENV

0 commit comments

Comments
 (0)