From b9c5a02f254f42c4102d773d648f9a720d2e977c Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Mon, 13 May 2019 10:34:30 -0700 Subject: [PATCH] Adds -y flag to enchant apt install Simple commit to ensure that the apt install task doesn't block. Intentionally committing separately to trigger a CI rebuild and evaluate behavior on a freshly baked CI image that already includes enchant. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4ae520140ee..777c10e32ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,7 +49,7 @@ common-steps: - &installenchant run: name: Install enchant - command: sudo apt-get install enchant + command: sudo apt-get -y install enchant version: 2 jobs: