From d55fb9717459c4a61ae372d57c5214e1d791e4d2 Mon Sep 17 00:00:00 2001 From: Aldehir Rojas Date: Mon, 25 May 2026 03:18:08 -0400 Subject: [PATCH] ci : install host compiler on android-ndk build (#23630) --- .github/workflows/build-android.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index 5d88305a4..f4c3fd669 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -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: |