Skip to content

Commit

Permalink
Enable retry for apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpierce committed May 16, 2023
1 parent 1bc60bf commit 2ed2687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- run:
name: Install system deps
command: |
sudo echo 'Acquire::Retries "5";' > /etc/apt/apt.conf.d/80retries
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
Expand Down

0 comments on commit 2ed2687

Please sign in to comment.