|
@@ -7,7 +7,11 @@ jobs:
|
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
|
- name: Install hunspell
|
|
|
- run: sudo pip install hunspell
|
|
|
+ run: |
|
|
|
+ sudo apt-get update
|
|
|
+ sudo apt-get install python-dev
|
|
|
+ sudo apt-get install libhunspell-dev
|
|
|
+ sudo pip install hunspell
|
|
|
- uses: actions/checkout@v4
|
|
|
- uses: rojopolis/[email protected]
|
|
|
|