From 2e5b98a1f2f3e3bc9702ddd0fb129fcefff524fa Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sun, 20 Oct 2024 10:11:27 -0700 Subject: [PATCH] Fix potential issues with Gentoo build later on --- .forgejo/workflows/compile.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/compile.yaml b/.forgejo/workflows/compile.yaml index 8a377a3..c0fc07e 100644 --- a/.forgejo/workflows/compile.yaml +++ b/.forgejo/workflows/compile.yaml @@ -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: