1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-08-25 22:12:58 +03:00

CI: cirrus-ci: switch to freebsd-13.2

openssl-devel has been renamed to openssl3{0,1}.
This commit is contained in:
Ilya Shipitsin 2023-04-16 22:58:03 +02:00
parent 22c602f630
commit b3df7a0b90

View File

@ -3,14 +3,13 @@ FreeBSD_task:
env:
SSL: openssl
env:
# OpenSSL 3.0.x
SSL: openssl-devel
SSL: openssl31
env:
# base openssl
SSL:
matrix:
freebsd_instance:
image_family: freebsd-13-1
image_family: freebsd-13-2
prepare_script:
- pkg install -y pkgconf cmake git libsodium $SSL
- git submodule update --init --recursive