Merge pull request #6139 from bandi13/fixOpenVpn

Attempt to fix build error
This commit is contained in:
David Garske
2023-02-27 17:56:26 -08:00
committed by GitHub

View File

@ -20,7 +20,7 @@ jobs:
install: true
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install liblzo2-dev libpam0g-dev liblz4-dev libcap-ng-dev linux-libc-dev man2html libcmocka-dev python3-docutils libtool automake autoconf
run: sudo apt-get update && sudo apt-get install liblzo2-dev libpam0g-dev liblz4-dev libcap-ng-dev linux-libc-dev man2html libcmocka-dev python3-docutils libtool automake autoconf libnl-genl-3-dev
- name: Build and test openvpn
uses: wolfSSL/actions-build-autotools-project@v1