Fix incorrect key for Gentoo build workflow
This commit is contained in:
parent
8f7f020863
commit
3d4bb92632
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
name: build
|
name: build
|
||||||
path: build/Looper.AppImage
|
path: build/Looper.AppImage
|
||||||
build-gentoo:
|
build-gentoo:
|
||||||
run-on: gentoo
|
runs-on: gentoo
|
||||||
steps:
|
steps:
|
||||||
- name: Build binary package
|
- name: Build binary package
|
||||||
run: emerge -v media-sound/looper
|
run: emerge -v media-sound/looper
|
||||||
|
|
Loading…
Reference in a new issue