Add one more missing package

This commit is contained in:
Hamish Coleman 2023-05-05 19:24:56 -05:00
parent 5fee024ad5
commit 6f7da048fb

View File

@ -39,7 +39,7 @@ jobs:
- name: Install libraries needed for all options turned on - name: Install libraries needed for all options turned on
run: | run: |
sudo apt-get install -y libminiupnpc-dev libnatpmp-dev libpcap-dev sudo apt-get install -y libminiupnpc-dev libnatpmp-dev libpcap-dev libcap-dev
- name: Run minimal test set - name: Run minimal test set
run: | run: |