Skip to content

Commit 5420882

Browse files
committed
fix: ci, add ANDROID_SDK_HOME env variable
1 parent a7ac093 commit 5420882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
5151
- name: Build native libraries
5252
run: |
53+
export ANDROID_SDK_HOME="$HOME/.android/sdk"
5354
bash ./platforms/build-android.sh ${{ matrix.config.arch }} complete_rebuild release
5455
cp -r ./assets/ platforms/android/app/src/main
5556

0 commit comments

Comments
 (0)