build on PRs; nitpicks
[plcapi.git] / tests / ci / setup / setup_perl.sh
index a4278f7..102f677 100644 (file)
@@ -4,10 +4,12 @@
 
 # Has to be run as admin
 
+# @todo test in the VM env: do we need any ubuntu dev packages ?
+
 set -e
 
 DEBIAN_FRONTEND=noninteractive apt-get install -y \
-    apt install libexpat1-dev
+    libexpat1-dev
 
 yes | perl -MCPAN -e 'install XML::Parser'
 yes | perl -MCPAN -e 'install Frontier::Client'