mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Make audit more reliable
I've seen this transient error a couple of times: https://github.com/rust-analyzer/rust-analyzer/runs/511162809?check_suite_focus=true#step:5:8
This commit is contained in:
parent
a00bab5781
commit
1aa5d5dc21
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -104,7 +104,7 @@ jobs:
|
|||
- run: npm ci
|
||||
working-directory: ./editors/code
|
||||
|
||||
- run: npm audit
|
||||
- run: npm audit || sleep 10 && npm audit || sleep 30 && npm audit
|
||||
working-directory: ./editors/code
|
||||
|
||||
- run: npm run lint
|
||||
|
|
Loading…
Reference in a new issue