Skip to content

Commit 89d9fc8

Browse files
committed
install aspell-en to fix build failures
1 parent 750b118 commit 89d9fc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
with:
1919
ruby-version: ${{ matrix.ruby }}
2020
bundler-cache: true
21+
- name: install en dictionaries
22+
run: sudo apt-get install -y aspell-en
2123
- name: rake spec
2224
run: bundle exec rake spec

0 commit comments

Comments
 (0)