CI: changed curl dependency

This commit is contained in:
Olof hagsand 2023-02-17 11:48:43 +01:00
parent ecd60fbcfe
commit 02841e5c36

View file

@ -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