mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-07 12:06:27 +00:00
chg: [workflow] pcap
This commit is contained in:
parent
5407441199
commit
f42cdfa09a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install libpcap-dev libpcap libssl-dev libssl
|
sudo apt install libpcap-dev libssl-dev
|
||||||
- name: configure
|
- name: configure
|
||||||
run: ./configure
|
run: ./configure
|
||||||
- name: make
|
- name: make
|
||||||
|
|
Loading…
Reference in a new issue