Update android.yml

This commit is contained in:
SuperMonster003
2025-01-01 20:57:23 +08:00
committed by GitHub
parent c45aabaf37
commit effd48ed5c

View File

@@ -26,6 +26,11 @@ jobs:
chmod +x cmake-3.10.2-Linux-x86_64.sh
sudo ./cmake-3.10.2-Linux-x86_64.sh --skip-license --prefix=/usr/local
- name: Install Ninja
run: |
sudo apt-get update
sudo apt-get install -y ninja-build
- name: Grant execute permission for gradlew
run: chmod +x gradlew