CI: changed curl dependency
This commit is contained in:
parent
ecd60fbcfe
commit
02841e5c36
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: install cligen
|
- name: install cligen
|
||||||
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
|
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: sudo apt install -y libssl-dev libnghttp2-dev curl-dev
|
run: sudo apt install -y libssl-dev libnghttp2-dev libcurl4-openssl-dev
|
||||||
- name: configure
|
- name: configure
|
||||||
run: ./configure
|
run: ./configure
|
||||||
# 2) Use docker for tests
|
# 2) Use docker for tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue