diff options
author | Aleksey Kladov <[email protected]> | 2020-03-16 16:42:00 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-16 16:42:00 +0000 |
commit | e50c570178e1df093f18329828bc3b5bae3f0093 (patch) | |
tree | 2c99da91849fa5e56e621262d2326cc445a6a5d3 | |
parent | e192162d90f0681422c764c9d26816d50e8a3c7e (diff) | |
parent | ca990231852831ea2ae36fcee732d17e806712da (diff) |
Merge pull request #3608 from matklad/audit2
Retry rust audit as well
-rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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: | |||
11 | rust-audit: | 11 | rust-audit: |
12 | name: Audit Rust vulnerabilities | 12 | name: Audit Rust vulnerabilities |
13 | runs-on: ubuntu-latest | 13 | runs-on: ubuntu-latest |
14 | env: | ||
15 | RUSTUP_MAX_RETRIES: 10 | ||
16 | CARGO_NET_RETRY: 10 | ||
17 | |||
14 | steps: | 18 | steps: |
15 | - name: Checkout repository | 19 | - name: Checkout repository |
16 | uses: actions/checkout@v2 | 20 | uses: actions/checkout@v2 |