From: Martin Matuska Date: Sun, 22 Aug 2021 23:06:27 +0000 (+0200) Subject: CI: provide a more complete Ubuntu package list X-Git-Tag: v3.6.0~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9f4955025efe63115a426343513d1b28ebf6da8;p=thirdparty%2Flibarchive.git CI: provide a more complete Ubuntu package list --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85bd2923b..0947d95cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@master - name: Install dependencies - run: sudo apt-get install -y build-essential cmake libssl-dev nettle-dev libmbedtls-dev libacl1-dev libbz2-dev liblzma-dev liblz4-dev libzstd-dev lzop + run: sudo apt-get install -y autoconf automake build-essential cmake git libssl-dev nettle-dev libmbedtls-dev libacl1-dev libbz2-dev liblzma-dev liblz4-dev libzstd-dev lzop pkg-config zlib1g-dev - name: Autogen run: ./build/ci/build.sh -a autogen env: @@ -87,7 +87,7 @@ jobs: steps: - uses: actions/checkout@master - name: Install dependencies - run: sudo apt-get install -y build-essential cmake libssl-dev libacl1-dev libbz2-dev liblzma-dev liblz4-dev libzstd-dev lzop groff ghostscript + run: sudo apt-get install -y autoconf automake bsdmainutils build-essential cmake ghostscript git groff libssl-dev libacl1-dev libbz2-dev liblzma-dev liblz4-dev libzstd-dev lzop pkg-config zip zlib1g-dev - name: Autogen run: ./build/ci/build.sh -a autogen - name: Configure