Attempt to fix snap release, update Windows SSL dependency to fix release
This commit is contained in:
parent
76a1328a77
commit
fce3996f31
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue