Hopefully fix gentoo build
This commit is contained in:
parent
ffcbcb234b
commit
e9ba789913
1 changed files with 7 additions and 1 deletions
|
@ -26,10 +26,16 @@ jobs:
|
|||
build-gentoo:
|
||||
runs-on: gentoo
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
ref: main
|
||||
fetch-depth: 0
|
||||
- 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
|
||||
run: env EGIT_OVERRIDE_REPO_CATMEOW_LOOPER=$(pwd) emerge -v media-sound/looper
|
||||
build-android:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue