ci : install host compiler on android-ndk build (#23630)

This commit is contained in:
Aldehir Rojas 2026-05-25 03:18:08 -04:00 committed by GitHub
parent 826539ce59
commit d55fb97174
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,6 +73,11 @@ jobs:
fetch-depth: 0
lfs: false
- name: Dependencies
run: |
apt-get update
apt-get install -y build-essential
- name: Build
id: ndk_build
run: |