From bb596e0fc19a04bd7331e4ed8115c786b6eae6aa Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 24 Jul 2023 14:40:22 +0200 Subject: [PATCH] CI Linux: fixed failing tests Fixes some weird error with Pipewire over ALSA on Arch: https://github.com/CESNET/UltraGrid/actions/runs/5642223630/job/15281663172 --- .github/scripts/Linux/utils/Dockerfile.arch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/scripts/Linux/utils/Dockerfile.arch b/.github/scripts/Linux/utils/Dockerfile.arch index 05beee570..97726c652 100644 --- a/.github/scripts/Linux/utils/Dockerfile.arch +++ b/.github/scripts/Linux/utils/Dockerfile.arch @@ -1,3 +1,6 @@ # inspired by https://github.com/aferrero2707/appimage-testsuite FROM archlinux -RUN pacman --noconfirm -Sy libglvnd libx11 fontconfig freetype2 pipewire-jack +RUN pacman --noconfirm -Sy archlinux-keyring +RUN pacman-key --init +RUN pacman-key --populate +RUN pacman --noconfirm -Sy libglvnd libx11 fontconfig freetype2 jack2