Skip to content

Commit 01f3d8c

Browse files
committed
No corre apt update
Para los paquetes que usamos no es necesario realizar esta operación, con lo cual nos ahorramos un poco de tiempo.
1 parent 9bc18db commit 01f3d8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
run: sudo sed -i '/postgresql-common/d' /var/lib/dpkg/triggers/File
2929
- name: Instalar dependencias de sistema
3030
run: |
31-
sudo apt-get update
3231
sudo apt-get install -y hunspell hunspell-es gettext language-pack-es
3332
- name: Instalar dependencias de Python
3433
run: |

0 commit comments

Comments
 (0)