瀏覽代碼

Use latest ca-certificates for ffsend binary test against public instance

timvisee 3 年之前
父節點
當前提交
4c55145a07
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .gitlab-ci.yml

+ 2 - 1
.gitlab-ci.yml

@@ -136,7 +136,8 @@ test-public:
   variables:
     GIT_STRATEGY: none
     RUST_TARGET: x86_64-unknown-linux-musl
-  before_script: []
+  before_script:
+    - apk add ca-certificates
   script:
     # Prepare ffsend binary, create random file
     - mv ./ffsend-$RUST_TARGET ./ffsend