pmt: switch builder to ninja. And some extra improvements

This commit is contained in:
2025-08-27 22:04:06 +03:00
parent e0f0b5b484
commit 41336609fa
8 changed files with 82 additions and 15 deletions

View File

@@ -23,7 +23,7 @@ jobs:
run: |
sudo apt update
sudo apt upgrade -y
sudo apt install make cmake extra-cmake-modules zip -y
sudo apt install make ninja cmake extra-cmake-modules zip -y
- name: Setup Android NDK
id: setup-ndk