fix(build): ensure make and zip are installed

Change-Id: I08a85d273fe5c9d05598dbf3f4300bf27f177b93
diff --git a/playbooks/nightly-build/pre.yaml b/playbooks/nightly-build/pre.yaml
index 45db95f..66c6ba1 100644
--- a/playbooks/nightly-build/pre.yaml
+++ b/playbooks/nightly-build/pre.yaml
@@ -1,5 +1,7 @@
 - hosts: all
   roles:
+    - role: ensure-build-essential
+    - role: ensure-zip
     - role: ensure-genmanifest
     - role: ensure-cws-upload
       version: "2.1.0"