From 43aff72314ec16ce58a6776127e0174590e71a7d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 8 Nov 2019 12:56:31 +0100 Subject: [PATCH] chore: fix cache & locales for yesod:build --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a717fbb32..7a78487ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,12 +51,14 @@ yesod:build:dev: needs: - frontend:build before_script: + - apt-get update + - apt-get install -y --no-install-recommends locales-all - ln -s $(which g++-7) $(dirname $(which g++-7))/g++ cache: key: "${CI_COMMIT_REF_SLUG}" paths: - .stack - - .stack_work + - .stack-work artifacts: paths: - bin/uniworx @@ -77,4 +79,4 @@ frontend:test: - n stable - apt-get install -y --no-install-recommends chromium-browser dependencies: - - npm install \ No newline at end of file + - npm install