Fix potential issues with Gentoo build later on
This commit is contained in:
parent
72d0f1cb8c
commit
2e5b98a1f2
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ jobs:
|
|||
build-gentoo:
|
||||
runs-on: gentoo
|
||||
steps:
|
||||
- name: Stop GPG from erroring out
|
||||
run: pkill gpg || true; rm -f ~/.gnupg/public-keys.d/*.lock || true
|
||||
- name: Build binary package
|
||||
run: emerge -v media-sound/looper
|
||||
build-android:
|
||||
|
|
Loading…
Reference in a new issue