فهرست منبع

Only install CA certificates for public Send test

timvisee 6 سال پیش
والد
کامیت
d6dbc66941
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -131,7 +131,7 @@ test-public:
     RUST_TARGET: x86_64-unknown-linux-musl
   before_script:
     - apt-get update
-    - apt-get install -y openssl
+    - apt-get install -y ca-certificates
   script:
     # Generate random file, upload/download and assert equality
     - "head -c8m </dev/urandom >test.txt"