Update android.yml
This commit is contained in:
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
@@ -26,6 +26,11 @@ jobs:
|
|||||||
chmod +x 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
|
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
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user