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:
|
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:
|
||||||
|
|
Loading…
Reference in a new issue