Skip to content

Commit

Permalink
install aspell-en to fix build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkulz committed Dec 22, 2021
1 parent 750b118 commit 89d9fc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: install en dictionaries
run: sudo apt-get install -y aspell-en
- name: rake spec
run: bundle exec rake spec

0 comments on commit 89d9fc8

Please sign in to comment.