From 52db367704c0886a39ba08d2a3ea03624bacb3d5 Mon Sep 17 00:00:00 2001 From: Mike Welsh Date: Sun, 24 May 2020 21:10:03 -0700 Subject: [PATCH] chore: Install Chrome for CircleCI --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 85112e429..cbc900543 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,6 +2,7 @@ version: 2.1 description: Ruffle - Flash Player emulator written in Rust orbs: win: circleci/windows@1.0.0 + browser-tools: circleci/browser-tools@1.0.0 jobs: # General testing, linux + web build @@ -11,6 +12,8 @@ jobs: steps: # Git checkout - checkout + - browser-tools/install-chrome + - browser-tools/install-chromedriver # Restore cached assets (cargo registry) - restore_cache: