Skip to content

Commit c5908f4

Browse files
authored
Ejecuta apt update antes de apt install (#2776)
En 01f3d8c supuse que apt update ya no era necesario, pero al parecer me dejé engañar por un falso positivo.
1 parent dc99b6c commit c5908f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: sudo sed -i '/postgresql-common/d' /var/lib/dpkg/triggers/File
3232
- name: Instalar dependencias de sistema
3333
run: |
34+
sudo apt-get update
3435
sudo apt-get install -y hunspell hunspell-es gettext language-pack-es locales-all
3536
- name: Instalar dependencias de Python
3637
run: |

0 commit comments

Comments
 (0)