Merge pull request #3608 from matklad/audit2

Retry rust audit as well
This commit is contained in:
Aleksey Kladov 2020-03-16 17:42:00 +01:00 committed by GitHub
commit e50c570178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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