mirror of
https://github.com/OpenVPN/openvpn.git
synced 2024-11-27 03:33:55 +08:00
GitHub Actions: Add new libcap-ng-dev dependency
Linux builds need this now in order to retain capabilities when dropping root privileges. Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20220811113422.451-1-timo@rothenpieler.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24870.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
fa9e88426c
commit
4fb4d295d6
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -224,7 +224,7 @@ jobs:
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: sudo apt update && sudo apt install -y liblzo2-dev libpam0g-dev liblz4-dev linux-libc-dev man2html libcmocka-dev python3-docutils libtool automake autoconf ${SSLPKG} ${NLPKG}
|
||||
run: sudo apt update && sudo apt install -y liblzo2-dev libpam0g-dev liblz4-dev libcap-ng-dev linux-libc-dev man2html libcmocka-dev python3-docutils libtool automake autoconf ${SSLPKG} ${NLPKG}
|
||||
- name: Checkout OpenVPN
|
||||
uses: actions/checkout@v2
|
||||
- name: autoconf
|
||||
@ -248,7 +248,7 @@ jobs:
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: sudo apt update && sudo apt install -y liblzo2-dev libpam0g-dev liblz4-dev linux-libc-dev man2html clang libcmocka-dev python3-docutils libtool automake autoconf libmbedtls-dev
|
||||
run: sudo apt update && sudo apt install -y liblzo2-dev libpam0g-dev liblz4-dev libcap-ng-dev linux-libc-dev man2html clang libcmocka-dev python3-docutils libtool automake autoconf libmbedtls-dev
|
||||
- name: Checkout OpenVPN
|
||||
uses: actions/checkout@v2
|
||||
- name: autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user