Remove unnecessary workaround
This commit is contained in:
parent
e9ba789913
commit
165b005aeb
1 changed files with 1 additions and 7 deletions
|
@ -26,16 +26,10 @@ jobs:
|
||||||
build-gentoo:
|
build-gentoo:
|
||||||
runs-on: gentoo
|
runs-on: gentoo
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
ref: main
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Stop GPG from erroring out
|
- name: Stop GPG from erroring out
|
||||||
run: pkill gpg || true; rm -f ~/.gnupg/public-keys.d/*.lock || true
|
run: pkill gpg || true; rm -f ~/.gnupg/public-keys.d/*.lock || true
|
||||||
- name: Build binary package
|
- name: Build binary package
|
||||||
run: env EGIT_OVERRIDE_REPO_CATMEOW_LOOPER=$(pwd) emerge -v media-sound/looper
|
run: emerge -v media-sound/looper
|
||||||
build-android:
|
build-android:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue