Skip to content

Commit

Permalink
Adds -y flag to enchant apt install
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Conor Schaefer committed May 13, 2019
1 parent e207158 commit b9c5a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b9c5a02

Please sign in to comment.