From 6e2cf7558339cb448f6e3f849276caab960fef65 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 15 Apr 2022 11:15:18 +0100 Subject: [PATCH] Download package DB before trying to install --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46a7761..a32c44e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ build: image: archlinux stage: build before_script: - - pacman -S --noconfirm hugo git npm nodejs + - pacman -Sy --noconfirm hugo git npm nodejs script: - ./scripts/release.sh artifacts: