diff --git a/.github/workflows/nightly-artifacts.yml b/.github/workflows/nightly-artifacts.yml index 1f2574d..8f17b89 100644 --- a/.github/workflows/nightly-artifacts.yml +++ b/.github/workflows/nightly-artifacts.yml @@ -432,6 +432,7 @@ jobs: finish-args: - --socket=wayland - --socket=x11 + - --socket=pulseaudio - --share=network - --share=ipc - --device=dri diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 25812d8..f36c144 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -381,6 +381,7 @@ jobs: finish-args: - --socket=wayland - --socket=x11 + - --socket=pulseaudio - --share=network - --share=ipc - --device=dri