Update android.yml

This commit is contained in:
SuperMonster003
2025-01-01 20:36:20 +08:00
committed by GitHub
parent bdf93c3a86
commit 2147abbcd6

View File

@@ -20,6 +20,13 @@ jobs:
distribution: 'temurin'
cache: gradle
- name: Install CMake 3.10.2
run: |
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo apt-add-repository -y ppa:deadsnakes/ppa
sudo apt-get install -y cmake=3.10.2-*
- name: Grant execute permission for gradlew
run: chmod +x gradlew