We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb12cd9 commit 01d3bd7Copy full SHA for 01d3bd7
.github/workflows/build.yml
@@ -564,12 +564,6 @@ jobs:
564
with:
565
path: whisper
566
567
- - name: Clone
568
- uses: actions/checkout@v4
569
- with:
570
- repository: ggerganov/ggml
571
- path: ggml
572
-
573
- name: Install Java
574
uses: actions/setup-java@v4
575
@@ -588,7 +582,7 @@ jobs:
588
582
run: |
589
583
export PATH_TO_GGML=$PWD/ggml
590
584
cd whisper/examples/whisper.android
591
- ./gradlew assembleRelease --no-daemon -PGGML_HOME=$PATH_TO_GGML
585
+ ./gradlew assembleRelease --no-daemon
592
586
593
587
# TODO: disable because of following fail: https://github.com/ggerganov/whisper.cpp/actions/runs/11019444420/job/30627193602
594
# android_java:
0 commit comments