From ca990231852831ea2ae36fcee732d17e806712da Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 16 Mar 2020 17:35:52 +0100 Subject: Retry rust audit as well https://github.com/rust-analyzer/rust-analyzer/runs/511553989?check_suite_focus=true#step:3:6 --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index afb89f17b..ad1c14507 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,6 +11,10 @@ jobs: rust-audit: name: Audit Rust vulnerabilities runs-on: ubuntu-latest + env: + RUSTUP_MAX_RETRIES: 10 + CARGO_NET_RETRY: 10 + steps: - name: Checkout repository uses: actions/checkout@v2 -- cgit v1.2.3