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
|
||||
|
||||
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
|
||||
script:
|
||||
- flatpak-builder --stop-at=gnome-podcasts app org.gnome.Podcasts.json
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
"--share=ipc",
|
||||
"--socket=x11",
|
||||
"--socket=wayland",
|
||||
"--socket=pulseaudio"
|
||||
"--socket=pulseaudio",
|
||||
"--device=dri"
|
||||
],
|
||||
"build-options" : {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user