CI: install cmake since fast_html now requires it
authorrinpatch <rinpatch@sdf.org>
Fri, 7 Aug 2020 14:33:59 +0000 (17:33 +0300)
committerrinpatch <rinpatch@sdf.org>
Fri, 7 Aug 2020 15:06:54 +0000 (18:06 +0300)
.gitlab-ci.yml

index c9ab848926f21debe460cee18509380aefdc3ffb..66813c8140d1477e4b14c67e8ed02074d5b72584 100644 (file)
@@ -22,6 +22,7 @@ stages:
   - docker
 
 before_script:
+  - apt-get update && apt-get install -y cmake
   - mix local.hex --force
   - mix local.rebar --force