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