浏览代码

Update the APK package index first

timvisee 7 年之前
父节点
当前提交
c7e3739193
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.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