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