We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240ebe5 commit 7b92077Copy full SHA for 7b92077
.github/workflows/android_deploy.yml
@@ -33,6 +33,12 @@ jobs:
33
sdkmanager --install "cmake;3.10.2.4988404"
34
yes | sdkmanager --licenses
35
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
42
- name: Get NPM Package Version
43
run: echo "NPM_PACKAGE_VERSION=$(node -p "require('${{ github.workspace }}/apps/box/package.json').version")" >> $GITHUB_ENV
44
- name: Show GITHUB_ENV
0 commit comments