From 0a4bed1a92ebc52ff31b29672b39aca4ad223f62 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sun, 23 Aug 2020 11:45:41 +1200 Subject: CI: Only install packages not already present The GitHub runners have most of the required packages installed already. Only install the 3 extra that we need for ct-ng. Signed-off-by: Chris Packham diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index fc40389..e2d724e 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -22,10 +22,7 @@ jobs: uses: actions/checkout@v2 - name: "prereq" run: | - sudo apt-get install -y gcc g++ gperf bison flex texinfo help2man \ - make libncurses5-dev python3-dev autoconf \ - automake libtool libtool-bin gawk wget bzip2 \ - xz-utils unzip patch libstdc++6 rsync + sudo apt-get install -y gperf help2man libtool-bin - name: "build ct-ng" run: | ./bootstrap -- cgit v0.10.2-6-g49f6