Skip to content

Commit

Permalink
Install a generic English dictionary on Linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Aug 17, 2022
1 parent 2178391 commit c23a1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Packages (apt)
run: |
sudo apt update
sudo apt install libenchant-dev qttools5-dev-tools
sudo apt install libenchant-dev qttools5-dev-tools aspell-en
- name: Checkout Source
uses: actions/checkout@v2
- name: Install Dependencies (pip)
Expand Down

0 comments on commit c23a1d2

Please sign in to comment.