Skip to content

Commit 01d3bd7

Browse files
authored
ci : use local ggml in Android build (#2567)
1 parent bb12cd9 commit 01d3bd7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -564,12 +564,6 @@ jobs:
564564
with:
565565
path: whisper
566566

567-
- name: Clone
568-
uses: actions/checkout@v4
569-
with:
570-
repository: ggerganov/ggml
571-
path: ggml
572-
573567
- name: Install Java
574568
uses: actions/setup-java@v4
575569
with:
@@ -588,7 +582,7 @@ jobs:
588582
run: |
589583
export PATH_TO_GGML=$PWD/ggml
590584
cd whisper/examples/whisper.android
591-
./gradlew assembleRelease --no-daemon -PGGML_HOME=$PATH_TO_GGML
585+
./gradlew assembleRelease --no-daemon
592586
593587
# TODO: disable because of following fail: https://github.com/ggerganov/whisper.cpp/actions/runs/11019444420/job/30627193602
594588
# android_java:

0 commit comments

Comments
 (0)