File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 27
27
- name : Setup Android SDK
28
28
uses : android-actions/setup-android@v3
29
29
30
+ - name : Install Ninja and check Android SDK
31
+ run : |
32
+ sudo apt-get update
33
+ sudo apt-get install -y ninja-build
34
+ echo "Ninja location and version:"
35
+ which ninja
36
+ ninja --version
37
+ echo "Android SDK location:"
38
+ echo $ANDROID_SDK_ROOT
39
+ echo "NDK location:"
40
+ ls -l /usr/local/lib/android/sdk/ndk/
41
+
30
42
- name : Set permissions for gradlew
31
43
run : chmod +x gradlew
32
44
54
66
keyAlias : ${{ secrets.ALIAS }}
55
67
keyStorePassword : ${{ secrets.KEY_STORE_PASSWORD }}
56
68
keyPassword : ${{ secrets.KEY_PASSWORD }}
57
- buildToolsVersion : 33 .0.0
69
+ buildToolsVersion : 34 .0.0
58
70
59
71
- name : Upload Debug APK
60
72
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments