Add missing tzdata to suppress error for squirrel in CircleCI

This commit is contained in:
Yuya Ochiai
2018-04-10 21:21:40 +09:00
parent 33dd753972
commit 7af4a139ec

View File

@@ -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