Update android.yml

This commit is contained in:
SuperMonster003
2025-01-01 20:46:44 +08:00
committed by GitHub
parent dc548293be
commit c45aabaf37

View File

@@ -20,12 +20,11 @@ jobs:
distribution: 'temurin' distribution: 'temurin'
cache: gradle cache: gradle
- name: Install CMake 3.10.2 - name: Install CMake 3.10.2 manually
run: | run: |
sudo apt-get update wget https://cmake.org/files/v3.10/cmake-3.10.2-Linux-x86_64.sh
sudo apt-get install -y software-properties-common chmod +x cmake-3.10.2-Linux-x86_64.sh
sudo apt-add-repository -y ppa:deadsnakes/ppa sudo ./cmake-3.10.2-Linux-x86_64.sh --skip-license --prefix=/usr/local
sudo apt-get install -y cmake=3.10.2
- name: Grant execute permission for gradlew - name: Grant execute permission for gradlew
run: chmod +x gradlew run: chmod +x gradlew