]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : install host compiler on android-ndk build (#23630)
authorAldehir Rojas <redacted>
Mon, 25 May 2026 07:18:08 +0000 (03:18 -0400)
committerGitHub <redacted>
Mon, 25 May 2026 07:18:08 +0000 (10:18 +0300)
.github/workflows/build-android.yml

index 5d88305a4f0d90671b695099626e29fce25997c5..f4c3fd669de9a65b998553cdda7eb85d2fe5bb76 100644 (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: |