summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2022-09-04 19:12:34 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2022-09-04 19:13:57 +0200
commit8a81970cf805978c9213f2c7fbca558f1482d22b (patch)
tree9467f02b6738624b79889c0e66d07761abb2aed4 /.github
parentff5a43e0a7a4a5ccd21aeede5b0936f05f558ca7 (diff)
downloadlibgphoto2-8a81970cf805978c9213f2c7fbca558f1482d22b.tar.gz
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp.yml2
1 files changed, 0 insertions, 2 deletions
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