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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user