Skip to content

Commit 96b83a5

Browse files
authored
Ejecuta apt update antes de apt install
1 parent dc99b6c commit 96b83a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +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 install -y hunspell hunspell-es gettext language-pack-es locales-all
34+
sudo apt-get update && apt-get install -y hunspell hunspell-es gettext language-pack-es locales-all
3535
- name: Instalar dependencias de Python
3636
run: |
3737
python -m pip install -r requirements.txt

0 commit comments

Comments
 (0)