make CI work, hopefully

lumi created

Change summary

.gitlab-ci.yml | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

.gitlab-ci.yml 🔗

@@ -1,5 +1,9 @@
 image: "scorpil/rust:nightly"
 
+before_script:
+- apt-get update -yqq
+- apt-get install -yqq --no-install-recommends build-essential
+
 test:cargo:
   script:
   - rustc --version && cargo --version