From: Aldehir Rojas Date: Mon, 25 May 2026 07:18:08 +0000 (-0400) Subject: ci : install host compiler on android-ndk build (#23630) X-Git-Tag: upstream/0.0.10438~1124 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d55fb9717459c4a61ae372d57c5214e1d791e4d2;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : install host compiler on android-ndk build (#23630) --- 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: |