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

CI: install libcap-ng-dev as OpenVPN dependency

This commit is contained in:
Ilya Shipitsin
2022-11-12 19:42:37 +05:00
parent 675b78e502
commit 1027dbf385
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ init:
- ps: Update-AppveyorBuild -Version "build-$env:APPVEYOR_BUILD_NUMBER-$($env:APPVEYOR_REPO_COMMIT.substring(0,7))"
install:
- sudo apt-get -y install libsodium-dev
- sudo apt-get -y install libsodium-dev libcap-ng-dev
before_build:
- sh: "if [ ${APPVEYOR_REPO_TAG} == \"true\" ]; then .ci/appveyor-create-release-tarball.sh\nfi"
- git submodule update --init --recursive