]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Try *really* hard to pull down packages
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 1 Apr 2022 21:13:09 +0000 (15:13 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 1 Apr 2022 21:13:22 +0000 (15:13 -0600)
.github/workflows/ci-deb.yml

index 10a1b818fb639568068d06e741a55460e489fcab..6f5d0146401b33b99573cb5a15c18d6a87ebbbbe 100644 (file)
@@ -82,7 +82,7 @@ jobs:
       run: |
         sed -i 's/deb.debian.org/debian-archive.trafficmanager.net/' /etc/apt/sources.list
         sed -i 's/archive.ubuntu.com/azure.archive.ubuntu.com/' /etc/apt/sources.list
-        echo 'APT::Acquire::Retries "3";' > /etc/apt/apt.conf.d/80-retries
+        echo 'APT::Acquire::Retries "10";' > /etc/apt/apt.conf.d/80-retries
         echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/02speedup
         echo 'man-db man-db/auto-update boolean false' | debconf-set-selections
         apt-get update