Skip to content

Commit eab1b28

Browse files
authored
Install gettext
1 parent f22fbbc commit eab1b28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ jobs:
213213
- name: setup
214214
run: ./scripts/setup.sh
215215

216+
- name: Install gettext
217+
run: sudo apt update -y && sudo apt install gettext -y
218+
216219
- name: Generate template files without literal-block
217220
working-directory: cpython/Doc
218221
run: |

0 commit comments

Comments
 (0)