mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-07 12:06:27 +00:00
chg: [workflow] config updated
This commit is contained in:
parent
f42cdfa09a
commit
ec69282d89
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
|
@ -17,6 +17,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt install libpcap-dev libssl-dev
|
sudo apt install libpcap-dev libssl-dev
|
||||||
- name: configure
|
- name: configure
|
||||||
run: ./configure
|
run: ./configure --with-pcap-lib=/usr/lib/x86_64-linux-gnu/
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
|
Loading…
Reference in a new issue