Skip to content

Commit d55fb97

Browse files
authored
ci : install host compiler on android-ndk build (ggml-org#23630)
1 parent 826539c commit d55fb97

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-android.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jobs:
7373
fetch-depth: 0
7474
lfs: false
7575

76+
- name: Dependencies
77+
run: |
78+
apt-get update
79+
apt-get install -y build-essential
80+
7681
- name: Build
7782
id: ndk_build
7883
run: |

0 commit comments

Comments
 (0)