Skip to content

Commit bbaeb4b

Browse files
authored
Install hunspell
1 parent fddbefa commit bbaeb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
run: ./scripts/setup.sh
215215

216216
- name: Install gettext
217-
run: sudo apt update -y && sudo apt install gettext -y
217+
run: sudo apt update -y && sudo apt install gettext hunspell hunspell-pt-br -y
218218

219219
- name: Generate template files without literal-block
220220
working-directory: cpython/Doc

0 commit comments

Comments
 (0)