Fix potential issues with Gentoo build later on
Some checks failed
Build / build-appimage (push) Waiting to run
Build / build-android (push) Waiting to run
Build / build-gentoo (push) Has been cancelled

This commit is contained in:
Zachary Hall 2024-10-20 10:11:27 -07:00
parent 72d0f1cb8c
commit 2e5b98a1f2

View file

@ -26,6 +26,8 @@ jobs:
build-gentoo: build-gentoo:
runs-on: gentoo runs-on: gentoo
steps: steps:
- name: Stop GPG from erroring out
run: pkill gpg || true; rm -f ~/.gnupg/public-keys.d/*.lock || true
- name: Build binary package - name: Build binary package
run: emerge -v media-sound/looper run: emerge -v media-sound/looper
build-android: build-android: