Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Workaround apt cache problems on edge job
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu committed Dec 13, 2019
1 parent 7d45451 commit a94bbf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/install/deb_ubuntu_ccache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ apt install -y \
xsltproc \
libxml2-utils

apt-get clean # Seems the cache contains a invalid autoconf deb
apt install -y --no-install-recommends \
autoconf \
asciidoc \
Expand Down

0 comments on commit a94bbf8

Please sign in to comment.