From 8a81970cf805978c9213f2c7fbca558f1482d22b Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 4 Sep 2022 19:12:34 +0200 Subject: gh workflow: remove apt-get dist-upgrade We probably do not need to dist-upgrade (or upgrade), and dist-upgrade can take a long time on the github runners. We only had this while trying to work out how to work around the libgd-dev dependency issue, so we can remove the dist-upgrade step. --- .github/workflows/ccpp.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 9ad9ccb16..3a1acfb89 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -17,8 +17,6 @@ jobs: run: sudo apt-get update - name: apt-get 3rd party repo libgd-dev dependency workaround run: sudo apt-get remove nginx libgd3 - - name: apt-get dist-upgrade - run: sudo apt-get dist-upgrade - name: apt-get install run: sudo apt-get install -y autopoint gettext libusb-1.0-0-dev libcurl4-openssl-dev libgd-dev - name: autoreconf -- cgit v1.2.1