summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2020-08-22 23:45:41 (GMT)
committerChris Packham <judge.packham@gmail.com>2020-08-24 08:18:44 (GMT)
commit0a4bed1a92ebc52ff31b29672b39aca4ad223f62 (patch)
treea1713375d7dc409c20d62e18be338bd1e2875766 /.github
parent0b096f4164fdac9e7b7d186e3ca72f52906dff72 (diff)
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 <judge.packham@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/continuous-integration-workflow.yml5
1 files changed, 1 insertions, 4 deletions
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