From aa3aa487cea6f7e8f6dedea8d7d43d1338ba9f38 Mon Sep 17 00:00:00 2001 From: Daniel Alejandro Gallegos Date: Tue, 20 Jun 2023 21:23:21 -0400 Subject: [PATCH] try installing curl? --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a69fc3e..df3c288 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ variables: GIT_SUBMODULE_STRATEGY: recursive before_script: + - apt-get update -y curl - curl https://github.com/gohugoio/hugo/releases/download/v0.114.0/hugo_extended_0.114.0_linux-amd64.deb - dpkg -i hugo_extended_0.114.0_linux-amd64.deb - curl https://get.volta.sh | bash