Skip to content

Commit

Permalink
Merge pull request #4680 from freedomofpress/enchant-ci
Browse files Browse the repository at this point in the history
CI: update apt lists for installing enchant
  • Loading branch information
conorsch committed Aug 20, 2019
2 parents 9af7898 + 769f1d4 commit 7846e85
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 @@ -8,7 +8,7 @@ common-steps:
- &installenchant
run:
name: Install enchant
command: sudo apt-get install enchant
command: sudo apt-get update && sudo apt-get install -y enchant

# Python 3 (default) Docker layer caching
- &createcachedir
Expand Down

0 comments on commit 7846e85

Please sign in to comment.