.github: add curl-dev dependency for regression tests
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
e36a4e3016
commit
058d3f7597
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -16,10 +16,10 @@ jobs:
|
|||
# 1) checkout and compile natively
|
||||
- name: install cligen
|
||||
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
|
||||
- name: install ssl and nghttp2
|
||||
run: sudo apt install -y libssl-dev libnghttp2-dev
|
||||
- name: install dependencies
|
||||
run: sudo apt install -y libssl-dev libnghttp2-dev curl-dev
|
||||
- name: configure
|
||||
run: ./configure
|
||||
# 2) Use docker for tests
|
||||
- name: make test # this is docker test
|
||||
run: make test
|
||||
run: make test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue