ci: Fix flatpak test pkg install

Closes: #822
Approved by: jlebon
This commit is contained in:
Colin Walters 2017-04-28 16:58:34 -04:00 committed by Atomic Bot
parent cbe3989b2b
commit dae6cfba56

View File

@ -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() {