Skip to content

Commit

Permalink
using same deps on docker build and build steps of ci smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Nov 24, 2024
1 parent b3e6263 commit 3b2f6ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Install dependencies
run: |
apt-get -qq update -y
apt-get install lcov autoconf automake pkg-config libevent-dev libpcre3-dev libssl-dev -y
apt-get install -y \
build-essential autoconf automake libpcre3-dev libevent-dev \
pkg-config zlib1g-dev libssl-dev libboost-all-dev cmake flex
- name: Build
run: autoreconf -ivf && ./configure && make -j
Expand Down

0 comments on commit 3b2f6ba

Please sign in to comment.