mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +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:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt install libpcap-dev libpcap libssl-dev libssl
|
||||
- name: configure
|
||||
run: ./configure
|
||||
- name: make
|
||||
|
|
Loading…
Reference in a new issue