diff options
author | Marvin W <git@larma.de> | 2023-04-22 16:33:45 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2023-04-22 17:03:21 +0200 |
commit | bc3738aba1d092453b40acda73eb4a336171002f (patch) | |
tree | 87ac193ba70201e32a26382961c40a15455b51c7 | |
parent | 9b83e5ccc933929b6f23ab0b0cb805f66ff4ab86 (diff) | |
download | dino-bc3738aba1d092453b40acda73eb4a336171002f.tar.gz dino-bc3738aba1d092453b40acda73eb4a336171002f.zip |
Fix GitHub CI build-flatpak
-rw-r--r-- | .github/workflows/build.yml | 3 | ||||
-rw-r--r-- | 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": [ |