Skip to content

Commit

Permalink
CI: Only install packages not already present
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cpackham committed Aug 24, 2020
1 parent 0b096f4 commit 0a4bed1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/continuous-integration-workflow.yml
Expand Up @@ -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
Expand Down

0 comments on commit 0a4bed1

Please sign in to comment.