Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMonster003 authored Jan 1, 2025
1 parent dc54829 commit c45aaba
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
distribution: 'temurin'
cache: gradle

- name: Install CMake 3.10.2
- name: Install CMake 3.10.2 manually
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
wget https://cmake.org/files/v3.10/cmake-3.10.2-Linux-x86_64.sh
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: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit c45aaba

Please sign in to comment.