Find the Android SDKs you just installed.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled

This commit is contained in:
Cory McWilliams 2024-09-10 21:01:20 -04:00
parent 5f9a5208db
commit f42cc3d9fd

View File

@ -20,5 +20,5 @@ jobs:
with:
packages: 'tools platform-tools build-tools;34.0.0 platforms;android-34 ndk;26.3.11579264'
- run: sudo apt update && sudo apt install -y doxygen graphviz mingw-w64
- run: make all -j`nproc` docs
- run: ANDROID_SDK=$HOME/.android/sdk make all -j`nproc` docs
- run: docker build .