diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 354c8dcc1..ddef492d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + run: make test