We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc99b6c commit c5908f4Copy full SHA for c5908f4
.github/workflows/main.yml
@@ -31,6 +31,7 @@ jobs:
31
run: sudo sed -i '/postgresql-common/d' /var/lib/dpkg/triggers/File
32
- name: Instalar dependencias de sistema
33
run: |
34
+ sudo apt-get update
35
sudo apt-get install -y hunspell hunspell-es gettext language-pack-es locales-all
36
- name: Instalar dependencias de Python
37
0 commit comments