From dae6cfba56efab5977786e9a519e8951a2e182db Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 28 Apr 2017 16:58:34 -0400 Subject: [PATCH] ci: Fix flatpak test pkg install Closes: #822 Approved by: jlebon --- ci/flatpak.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/flatpak.sh b/ci/flatpak.sh index f7edba3e..fee738aa 100755 --- a/ci/flatpak.sh +++ b/ci/flatpak.sh @@ -28,7 +28,7 @@ cd flatpak dnf builddep -y flatpak # And runtime deps dnf install -y flatpak && rpm -e flatpak -dnf install which attr fuse parallel # for the test suite +dnf install -y which attr fuse parallel # for the test suite build # We want to capture automake results from flatpak cleanup() {