From c7e37391930d6cdba37ba9c0c2cc7acae553e4c7 Mon Sep 17 00:00:00 2001 From: timvisee Date: Mon, 18 Jun 2018 20:34:57 +0200 Subject: [PATCH] Update the APK package index first --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 766b342..99c046a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,6 +84,7 @@ linux-x64: TARGET_SIMPLE: linux-x64 DEB: y before_script: &release-before-script + - apk update - apk add curl openssl-dev sh pkgconfig - curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain $RUST_VERSION - export PATH=/usr/local/cargo/bin:$PATH