Flatpak: fix previous commit that broke it
I broke both the manifest and the CI in 4da68ff89c
This commit is contained in:
parent
4da68ff89c
commit
65a0c08cb3
@ -55,7 +55,7 @@ variables:
|
|||||||
- web
|
- web
|
||||||
|
|
||||||
flatpak:
|
flatpak:
|
||||||
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:master
|
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.28
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- flatpak-builder --stop-at=gnome-podcasts app org.gnome.Podcasts.json
|
- flatpak-builder --stop-at=gnome-podcasts app org.gnome.Podcasts.json
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
"--share=ipc",
|
"--share=ipc",
|
||||||
"--socket=x11",
|
"--socket=x11",
|
||||||
"--socket=wayland",
|
"--socket=wayland",
|
||||||
"--socket=pulseaudio"
|
"--socket=pulseaudio",
|
||||||
"--device=dri"
|
"--device=dri"
|
||||||
],
|
],
|
||||||
"build-options" : {
|
"build-options" : {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user