mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-22 01:17:04 +00:00
Update CI workflow
This commit is contained in:
parent
54088cd561
commit
2c9f9f78f2
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ccpp.yml
vendored
6
.github/workflows/ccpp.yml
vendored
|
@ -15,8 +15,10 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install libpcap-dev libssl-dev
|
sudo apt install autoconf libpcap-dev libssl-dev
|
||||||
|
- name: autogen
|
||||||
|
run: ./autogen.sh
|
||||||
- name: configure
|
- name: configure
|
||||||
run: ./configure --with-pcap-lib=/usr/lib/x86_64-linux-gnu/
|
run: ./configure
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
|
Loading…
Reference in a new issue