make is no longer installed by default in fedora:latest

Signed-off-by: Snir Sheriber <ssher...@redhat.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b74e74f..f1cda3b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 image: fedora:latest
 
 before_script:
-    - dnf install 'dnf-command(copr)' automake autoconf libtool gcc-c++ -y
+    - dnf install 'dnf-command(copr)' make automake autoconf libtool gcc-c++ -y
     - dnf copr enable @spice/nightly -y
     - dnf builddep spice-streaming-agent -y
 
-- 
2.14.3

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to