mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-31 21:39:42 +00:00
ci : install host compiler on android-ndk build (#23630)
This commit is contained in:
parent
826539ce59
commit
d55fb97174
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build-android.yml
vendored
5
.github/workflows/build-android.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue