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 a7ac093 commit 5420882Copy full SHA for 5420882
.github/workflows/android.yml
@@ -50,6 +50,7 @@ jobs:
50
51
- name: Build native libraries
52
run: |
53
+ export ANDROID_SDK_HOME="$HOME/.android/sdk"
54
bash ./platforms/build-android.sh ${{ matrix.config.arch }} complete_rebuild release
55
cp -r ./assets/ platforms/android/app/src/main
56
0 commit comments