Retry rust audit as well
https://github.com/rust-analyzer/rust-analyzer/runs/511553989?check_suite_focus=true#step:3:6
This commit is contained in:
parent
e192162d90
commit
ca99023185
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -11,6 +11,10 @@ jobs:
|
|||||||
rust-audit:
|
rust-audit:
|
||||||
name: Audit Rust vulnerabilities
|
name: Audit Rust vulnerabilities
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
RUSTUP_MAX_RETRIES: 10
|
||||||
|
CARGO_NET_RETRY: 10
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user