mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-03 00:36:37 +00:00
ci: bump apt retries to 5 to handle ppa.launchpadcontent.net flakes
This commit is contained in:
3
.github/workflows/xahau-ga-nix.yml
vendored
3
.github/workflows/xahau-ga-nix.yml
vendored
@@ -268,6 +268,9 @@ jobs:
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
# Bump apt's default 3 retries; papers over short upstream blips
|
||||
# like the recurring ppa.launchpadcontent.net outages.
|
||||
echo 'Acquire::Retries "5";' > /etc/apt/apt.conf.d/80-retries
|
||||
apt-get update
|
||||
apt-get install -y software-properties-common
|
||||
add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||
|
||||
Reference in New Issue
Block a user