Pārlūkot izejas kodu

Attempt to fix snap release, update Windows SSL dependency to fix release

timvisee 5 gadi atpakaļ
vecāks
revīzija
fce3996f31
2 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 2 1
      .gitlab-ci.yml
  2. 1 1
      appveyor.yml

+ 2 - 1
.gitlab-ci.yml

@@ -168,7 +168,7 @@ release-crate:
 
 # Snap release
 release-snap:
-  image: snapcore/snapcraft:edge
+  image: snapcore/snapcraft:stable
   stage: release
   dependencies: []
   only:
@@ -177,6 +177,7 @@ release-snap:
   script:
     # Prepare the environment
     - apt-get update -y
+    - apt-get install python3 -yqq
     - cd pkg/snap
 
     # Update version number in snapcraft.yaml

+ 1 - 1
appveyor.yml

@@ -23,7 +23,7 @@ environment:
   matrix:
     - TARGET: x86_64-pc-windows-msvc
       BITS: 64
-      OPENSSL_VERSION: 1_1_0k
+      OPENSSL_VERSION: 1_1_0L
       OPENSSL_DIR: C:\OpenSSL
 
 # Extract release binary artifacts