diff options
| author | selsta <selsta@sent.at> | 2020-04-01 00:50:24 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2020-04-01 00:50:24 +0200 |
| commit | a9fea2462b9523fed5d1e267dae26d3addfdb2d2 (patch) | |
| tree | b5312891e0a93728ef0ed8bb754235fc40250534 /.github/workflows/build.yml | |
| parent | aecd218d154d9dcccff9817f081b08e9b1b11a23 (diff) | |
| download | monzero-gui-a9fea2462b9523fed5d1e267dae26d3addfdb2d2.tar.gz monzero-gui-a9fea2462b9523fed5d1e267dae26d3addfdb2d2.tar.xz monzero-gui-a9fea2462b9523fed5d1e267dae26d3addfdb2d2.zip | |
workflows: retry on apt failure / increase timeout
Co-authored-by: xiphon <xiphon@protonmail.com>
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1a1daa8..a06055e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,11 @@ jobs: - uses: actions/checkout@v1 - name: remove bundled boost run: sudo rm -rf /usr/local/share/boost + - name: set apt conf + run: | + echo "Acquire::Retries \"3\";" | sudo tee -a /etc/apt/apt.conf.d/80-custom + echo "Acquire::http::Timeout \"120\";" | sudo tee -a /etc/apt/apt.conf.d/80-custom + echo "Acquire::ftp::Timeout \"120\";" | sudo tee -a /etc/apt/apt.conf.d/80-custom - name: update apt run: sudo apt update - name: install monero dependencies |
