From 104a823049a28d2f0e3e427b25eb9f596ffd74fd Mon Sep 17 00:00:00 2001 From: Daniel Imhoff Date: Tue, 9 Oct 2018 13:41:33 -0500 Subject: [PATCH] chore(ci): do not install roboto --- .circleci/config.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 70720a39a5..bcd8bce8ca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,12 +1,6 @@ version: 2 aliases: - - &install-roboto - name: Install Roboto - command: | - sudo apt update - sudo apt install -y fonts-roboto - - &restore-cache keys: - dependency-cache-{{ checksum "package.json" }}-2 @@ -47,7 +41,6 @@ jobs: build-core: <<: *defaults steps: - - run: *install-roboto - checkout - attach_workspace: at: /tmp/workspace