From bc3738aba1d092453b40acda73eb4a336171002f Mon Sep 17 00:00:00 2001 From: Marvin W Date: Sat, 22 Apr 2023 16:33:45 +0200 Subject: Fix GitHub CI build-flatpak --- .github/workflows/build.yml | 3 ++- im.dino.Dino.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a04b0f33..1f3ecc87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,4 +36,5 @@ jobs: fetch-depth: 0 - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1 with: - manifest-path: im.dino.Dino.json \ No newline at end of file + manifest-path: im.dino.Dino.json + build-bundle: false diff --git a/im.dino.Dino.json b/im.dino.Dino.json index b2344c61..2df3460c 100644 --- a/im.dino.Dino.json +++ b/im.dino.Dino.json @@ -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": [ -- cgit v1.2.3-54-g00ecf