Skip to content

Commit a65c4ef

Browse files
committed
fix: update gpg key and spec file for whisper.cpp-vad-model-rpms
- Update GPG_KEY to ${{ secrets.GPG_KEY_OC19 }} in .github/workflows/build-whisper.cpp-vad-model-rpms.yml - Require installation of base models in rpmbuild/SPECS/whisper.cpp.spec
1 parent 7fd27e1 commit a65c4ef

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/build-whisper.cpp-vad-model-rpms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: prepare gpg
6262
env:
63-
GPG_KEY: ${{ secrets.GPG_KEY_OC18 }}
63+
GPG_KEY: ${{ secrets.GPG_KEY_OC19 }}
6464
run: |
6565
echo "${GPG_KEY}" | gpg --import
6666
echo '%_gpg_name cloud@opencast.org' >> ~/.rpmmacros

.github/workflows/trigger-updates.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
oc-version:
15-
- 16
1615
- 17
1716
- 18
1817
runs-on: ubuntu-latest

rpmbuild/SPECS/whisper.cpp.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ cd -
4747
install -p -d -m 0755 %{buildroot}%{_sbindir}
4848
install -p -m 0744 models/download-ggml-model.sh %{buildroot}%{_sbindir}/whisper-ggml-model-download
4949

50-
5150
%files
5251
%license LICENSE
5352
%doc README.md

0 commit comments

Comments
 (0)