From 9df19ab307955c7c8ca6276fe92447ed58d389de Mon Sep 17 00:00:00 2001 From: filipecosta90 Date: Sun, 24 Nov 2024 20:58:42 +0000 Subject: [PATCH] Smoke test distro build on ubuntu and debian builds --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5e5d5b..3a5d0f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,8 @@ jobs: - uses: actions/checkout@v4 - name: Install dependencies run: | - sudo apt-get -qq update - sudo apt-get install lcov autoconf automake pkg-config libevent-dev libpcre3-dev libssl-dev + apt-get -qq update + apt-get install lcov autoconf automake pkg-config libevent-dev libpcre3-dev libssl-dev - name: Build run: autoreconf -ivf && ./configure && make -j