From 16134aca13530ab0ff41e75f3b042585d651a28f Mon Sep 17 00:00:00 2001 From: Benjamin Morali Date: Fri, 2 Oct 2020 15:24:17 +0200 Subject: [PATCH] feat: add automake (#86) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 004f35f4..e8e5f8d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ Build: paths: - .cache before_script: - - apk add autoconf + - apk add autoconf automake script: - yarn config set cache-folder $CI_PROJECT_DIR/.cache/yarn - yarn --frozen-lockfile --prefer-offline