From 7af4a139ec34d3a3bdc83f9fd4e948445878b5a2 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Tue, 10 Apr 2018 21:21:40 +0900 Subject: [PATCH] Add missing tzdata to suppress error for squirrel in CircleCI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 22ef45a4..b8bf2e1d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: key: npm-{{ arch }}-{{ .Branch }}-{{ checksum "yarn.lock" }} - restore_cache: key: npm-{{ arch }}-{{ .Branch }}-{{ checksum "src/yarn.lock" }} - - run: apt-get update && apt-get -y install --no-install-recommends jq icnsutils graphicsmagick + - run: apt-get update && apt-get -y install --no-install-recommends jq icnsutils graphicsmagick tzdata - run: yarn - run: npm run build - run: npm run package:windows