fix install cmake for android
This commit is contained in:
parent
481015e1c6
commit
30576240a2
@ -36,6 +36,10 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: install-tools
|
||||
run: |
|
||||
apt-get update -y
|
||||
apt-get install -y cmake make
|
||||
|
||||
- name: armeabi-v7a
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user