Start of 6.2.0.PRE development.

Removed autoconf requirement to have libcurl
This commit is contained in:
Olof hagsand 2023-02-20 09:40:12 +01:00
parent 72a4494b69
commit 411a67f9d6
4 changed files with 15 additions and 34 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: install cligen
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
- name: install dependencies
run: sudo apt install -y libssl-dev libnghttp2-dev libcurl4-openssl-dev
run: sudo apt install -y libssl-dev libnghttp2-dev
- name: configure
run: ./configure
# 2) Use docker for tests