Fix GitHub CI build-flatpak
This commit is contained in:
parent
9b83e5ccc9
commit
bc3738aba1
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -37,3 +37,4 @@ jobs:
|
|||
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
|
||||
with:
|
||||
manifest-path: im.dino.Dino.json
|
||||
build-bundle: false
|
||||
|
|
|
@ -9,9 +9,10 @@
|
|||
"--socket=fallback-x11",
|
||||
"--socket=wayland",
|
||||
"--socket=pulseaudio",
|
||||
"--socket=pipewire",
|
||||
"--socket=gpg-agent",
|
||||
"--share=network",
|
||||
"--device=all",
|
||||
"--device=dri",
|
||||
"--talk-name=org.freedesktop.Notifications"
|
||||
],
|
||||
"modules": [
|
||||
|
|
Loading…
Reference in a new issue