Skip to content

Commit

Permalink
.github/workflows/build_android.yml: use preinstalled Android SDK/NDK
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Dec 22, 2023
1 parent e1f84e0 commit 097caf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
mkdir -p output/android
cd ./output/android
../../android/build.py /opt/android-sdk /opt/android-sdk/ndk/26.1.10909125 arm64-v8a \
../../android/build.py $ANDROID_SDK_ROOT $ANDROID_NDK_LATEST_HOME arm64-v8a \
--buildtype=debugoptimized -Db_ndebug=true \
-Dwrap_mode=forcefallback
Expand Down

0 comments on commit 097caf3

Please sign in to comment.