forked from MapComplete/MapComplete
Scripts: attempt to get android build working
This commit is contained in:
parent
9d19cdcec2
commit
12b1775b7e
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ jobs:
|
|||
|
||||
- name: Build signed APK
|
||||
run: |
|
||||
npm run android:prepare
|
||||
npm run android:build
|
||||
cd android
|
||||
export ANDROID_SDK_HOME=/home/runner/.android/sdk/
|
||||
export PATH=$ANDROID_SDK_HOME/tools:$ANDROID_SDK_HOME/platform-tools:$ANDROID_SDK_HOME/:$ANDROID_SDK_HOME/cmdline-tools/latest/tools/bin:$PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue