Browse Source

Add one more missing package

pull/1089/head
Hamish Coleman 1 year ago
parent
commit
6f7da048fb
  1. 2
      .github/workflows/tests.yml

2
.github/workflows/tests.yml

@ -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: |

Loading…
Cancel
Save