fix install cmake for android

This commit is contained in:
tqcq 2024-08-23 21:42:20 +08:00
parent 481015e1c6
commit 30576240a2

View File

@ -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: |