1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-12-15 14:41:33 +03:00

CI: bump Ubuntu to newer version, install missing DCO dependencies

This commit is contained in:
Ilya Shipitsin
2023-02-27 20:51:23 +06:00
parent e20fa9ec2e
commit 2b7b728077
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
version: '{build}'
image: Ubuntu1804
image: Ubuntu2004
configuration: Release
@ -28,7 +28,7 @@ build_script:
- .ci/memory-leak-test.sh
test_script:
- .ci/appveyor-deb-install-test.sh
- sudo apt-get update && sudo apt-get -y install autoconf libtool liblzo2-dev libpam-dev fping unzip liblz4-dev # openvpn build deps
- sudo apt-get update && sudo apt-get -y install autoconf libtool liblzo2-dev libpam-dev fping unzip liblz4-dev libnl-genl-3-dev # openvpn build deps
- sudo .ci/start-se-openvpn.sh
- sudo .ci/run-openvpn-tests.sh